mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
Restore install-support.yml for iiab-support cmd
This commit is contained in:
parent
cb1a708abb
commit
cdd800e2fc
1 changed files with 13 additions and 0 deletions
13
install-support.yml
Normal file
13
install-support.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
- 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'] }
|
Loading…
Reference in a new issue