Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation
sudo pip3 install ansible
Configuration
Ansible looks for configuration file in the following order.
-
ansible.cfg
in the current directory. -
~/.ansible.cfg
-
/etc/ansible.cfg
Examples
Copy a file to …