Created
September 11, 2014 23:49
-
-
Save flynfish/fc5399a21313c1bc592d to your computer and use it in GitHub Desktop.
list of roles included in roles for playbook?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: playbook | |
hosts: all | |
roles: | |
- include: roles_list.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- { role: common } | |
- { role: common_user } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment