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.
14 lines
292 B
YAML
14 lines
292 B
YAML
6 years ago
|
|
||
|
- 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
|