This repository is aimed at starting fast and effective with ansible.
- Fill the
hosts
file with you groups and hosts. - Modify the
ssh.cfg
config file to fit your needs. - Write new playbooks in
playbooks
directory. - Operate from the project root so that
ansible.cfg
andssh.cfg
are taken into account by all ansible commands. - Run
ansible all -m ping
: if you getpong
response from all hosts, you are ready to operate. - Run
ansible-galaxy install -fr ansible-requirements.yml
to install additional roles.
Here are some project that will give you examples of advanced usages of Ansible:
Some slidedecks to enlight you:
Have fun. Hack in peace.