2018-08-11 12:53:07 +00:00
|
|
|
|
|
|
|
- hosts: all
|
|
|
|
gather_facts: false
|
|
|
|
tasks:
|
|
|
|
- set_fact:
|
|
|
|
# Hacktacular.. but easiest place for it with current structure.
|
|
|
|
sudo_group:
|
|
|
|
MacOSX: admin
|
2018-08-12 13:01:04 +00:00
|
|
|
Debian: sudo
|
2018-09-14 18:10:16 +00:00
|
|
|
Ubuntu: sudo
|
2018-08-12 13:01:04 +00:00
|
|
|
CentOS: wheel
|
2018-08-11 12:53:07 +00:00
|
|
|
|
2019-01-23 12:44:08 +00:00
|
|
|
- include: _container_setup.yml
|
|
|
|
- include: _user_accounts.yml
|