1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/iiab-base.yml
2017-10-26 10:48:41 -05:00

13 lines
303 B
YAML

---
- hosts: all
become: yes
vars_files:
- vars/default_vars.yml
- vars/{{ ansible_local.local_facts.os_ver }}.yml
- vars/local_vars.yml
roles:
- { role: 0-init, tags: ['init'] }
- { role: 1-prep, tags: ['prep','platform','base'] }
- { role: openvpn, tags: ['openvpn'] }