# File: TEMPLATE_PLAYBOOK.yml # Description: PLAYBOOK DESCRIPTION HERE # Last Updated: 2018-03-15 # Recent Changes:-Initial release # hosts: group_name or 'all' - hosts: - group_name_here # roles: located in ../roles/ roles: # role: role to assign to hosts, tags: tag(s) to give entire role - { role: role-name, tags: tag-name } # Do not gather host facts for this playbook (comment out/remove if you need facts) gather_facts: no