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

16 lines
380 B
YAML
Raw Normal View History

2017-05-27 18:09:50 +00:00
---
- hosts: all
become: yes
vars_files:
- vars/default_vars.yml
- vars/{{ ansible_distribution }}.yml
- vars/local_vars.yml
- /etc/iiab/config_vars.yml
2017-05-27 18:09:50 +00:00
roles:
- { role: 1-prep, tags: ['prep','platform','base'] }
- { role: 2-common, tags: ['common','base'] }
- { role: 3-base-server, tags: ['base'] }
- { role: openvpn, tags: ['openvpn'] }