My adventure with Ansible.
playbook/linux | ||
.gitignore | ||
hosts | ||
README.md |
Ansible
First things first, install ansible
sudo apt-get install ansible
Configuration
The configuration file Changes can be made and used in a configuration file which will be searched for in the following order:
ANSIBLE_CONFIG (environment variable if set) ansible.cfg (in the current directory) ~/.ansible.cfg (in the home directory) /etc/ansible/ansible.cfg
Inventory
The default location for inventory should be placed in /etc/ansible/hosts. But you can always overwrite what inventory file is used with the -i flag
Cheat Sheet
Quick notes for ansible via cmd
ansible -i \inb