Skip to content

Instantly share code, notes, and snippets.

@mooperd
Created April 17, 2014 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mooperd/32cef15025d428cb1310 to your computer and use it in GitHub Desktop.
Save mooperd/32cef15025d428cb1310 to your computer and use it in GitHub Desktop.
- hosts: all
user: root
roles:
- common
- hosts: foo
user: root
roles:
- foo
- hosts: bar
user: root
roles:
- bar
- hosts: clients
user: root
roles:
- client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment