mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
13 lines
329 B
Text
13 lines
329 B
Text
- hosts: all
|
|
become: yes
|
|
|
|
vars_files:
|
|
- vars/default_vars.yml
|
|
- vars/{{ ansible_local.local_facts.os_ver }}.yml
|
|
- /etc/iiab/local_vars.yml
|
|
|
|
roles:
|
|
- { role: 0-init, tags: ['0-init'] }
|
|
- { role: sshd, tags: ['sshd'] }
|
|
- { role: iiab-admin, tags: ['iiab-admin'] }
|
|
- { role: openvpn, tags: ['openvpn'] }
|