common/ handlers # common handlers vars # common vars group_vars/ # variables to particular groups host_vars/ # host-specific variables roles/ # all ansible roles should be in here (optional) ...
This is a template Ansible playbook structure. It is designed to be the base for new Ansible Playbook projects setting out a folder structure along the lines of Ansible best practices guidelines. Any ...