Skip to content

Instantly share code, notes, and snippets.

@nickstenning
Created February 27, 2014 11:49
Show Gist options
  • Save nickstenning/9248698 to your computer and use it in GitHub Desktop.
Save nickstenning/9248698 to your computer and use it in GitHub Desktop.
users:
- name: foo
...
- name: bar
...
- name: baz
...
cabals:
sysadmin:
- foo
- bar
mailadmin:
- baz
# And then in group_vars/mailservers.yml
users_cabals:
- sysadmin
- mailadmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment