1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/iiab-from-console.yml

19 lines
547 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_local.local_facts.os_ver }}.yml
2017-05-27 18:09:50 +00:00
- vars/local_vars.yml
- /etc/iiab/config_vars.yml
2017-05-27 18:09:50 +00:00
roles:
2017-09-20 02:18:07 +00:00
- { role: netvars, tags: ['netvars'] }
2017-05-27 18:09:50 +00:00
- { role: 4-server-options, tags: ['options'] }
- { role: 5-xo-services, tags: ['xo-services'] }
- { role: 6-generic-apps, tags: ['generic-apps'] }
- { role: 7-edu-apps, tags: ['edu-apps'] }
- { role: 8-mgmt-tools, tags: ['tools'] }
- { role: 9-local-addons, tags: ['addons'] }