Skip to content

Instantly share code, notes, and snippets.

@greggyNapalm
Created August 23, 2014 18:04
Show Gist options
  • Save greggyNapalm/575317a3bbe0780a2379 to your computer and use it in GitHub Desktop.
Save greggyNapalm/575317a3bbe0780a2379 to your computer and use it in GitHub Desktop.
developers_groups:
- 'developres'
- 'ninjas'
ops_groups:
- 'ops'
- 'wheel'
robots_groups:
- 'robots'
- 'terminators'
company_groups:
- 'company'
- 'company555'
all_groups: "{{developers_groups + ops_groups + robots_groups + company_groups}}"
users_accounts:
- name: 'gkomissarov'
uid: 2000
gecos: "Gregory\ Komissarov"
homedirectory: '/home/gkomissarov'
email: 'grexxxrov@noxxdis.com'
shell: '/bin/bash'
groups: "{{ ','.join(company_groups + ops_groups) }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment