Tag Archives: config-management
Ansible Quirks – 3
I was running some playbook today and realise that the command line arguments of ansible-playbook do not behaves expected. My playbook has the following defined – remote_user: root When I issued the following command, my expectation was that the remote … Continue reading
Ansible Quirks – 2
Today I tried to upgrade my ansible to 2.2 as I wanted to use the remote_src=yes feature from the unarchive module. My operating system on this machine is Linux Mint 17.3. I did – $ pip install –upgrade –user ansible … Continue reading
Ansible Quirks – 1
I started on the ansible learning path about 6 months or so back and have been writing my roles for deploying / configuring various systems I manage. Today while writing a template for sshd_config, I came across a point wherein … Continue reading