Skip to content

Commit

Permalink
Allow to create an alternative admin group.
Browse files Browse the repository at this point in the history
  • Loading branch information
abulava committed Nov 19, 2015
1 parent 9349657 commit 76f2f7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
- name: include os specific variables
include_vars: '{{ ansible_os_family }}.yml'

- name: create admin group
group:
name: '{{admin_users_sudo_group}}'

- name: create admin users
user:
name: '{{item.username}}'
Expand Down

0 comments on commit 76f2f7b

Please sign in to comment.