1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/iiab-base.yml

14 lines
312 B
YAML
Raw Normal View History

---
- hosts: all
become: yes
vars_files:
- vars/default_vars.yml
- vars/{{ ansible_local.local_facts.os_ver }}.yml
2018-07-19 21:23:19 +00:00
- /etc/iiab/local_vars.yml
roles:
2017-10-27 00:56:28 +00:00
- { role: 0-init, tags: ['0-init'] }
- { role: 1-prep, tags: ['1-prep','platform','base'] }
- { role: openvpn, tags: ['openvpn'] }