Skip to content

Instantly share code, notes, and snippets.

@flynfish
Created September 11, 2014 23:49
Show Gist options
  • Save flynfish/fc5399a21313c1bc592d to your computer and use it in GitHub Desktop.
Save flynfish/fc5399a21313c1bc592d to your computer and use it in GitHub Desktop.
list of roles included in roles for playbook?
---
- name: playbook
hosts: all
roles:
- include: roles_list.yml
---
- { role: common }
- { role: common_user }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment