You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
- hosts: all
|
|
gather_facts: false
|
|
tasks:
|
|
- set_fact:
|
|
# Hacktacular.. but easiest place for it with current structure.
|
|
sudo_group:
|
|
MacOSX: admin
|
|
Debian: wheel
|
|
CentOS: sudo
|
|
|
|
- import_playbook: _container_setup.yml
|
|
- import_playbook: _user_accounts.yml
|