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
|
|
|
|
CentOS: wheel
|
2018-08-11 12:53:07 +00:00
|
|
|
|
|
|
|
- import_playbook: _container_setup.yml
|
|
|
|
- import_playbook: _user_accounts.yml
|