Ansible¶
playbook
definition of the targeted end state of the VM.
roles
collection of playbooks.
inventories
a collection of configuration of hosts, aliases and variables
variables
values that can be used dynamically in your playbook.
Roles¶
You define a role’s tasks in tasks/main.yml and the default values for a role in defaults/main.yml.