1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00
iiab/iiab-from-console.yml

20 lines
625 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
2018-07-19 21:21:53 +00:00
- /etc/iiab/local_vars.yml
- /etc/iiab/config_vars.yml
2017-05-27 18:09:50 +00:00
roles:
2017-10-27 00:55:39 +00:00
- { role: 0-init, tags: ['0-init'] }
- { role: 4-server-options, tags: ['4-server-options'] }
- { role: 5-xo-services, tags: ['5-xo-services'] }
- { role: 6-generic-apps, tags: ['6-generic-apps'] }
- { role: 7-edu-apps, tags: ['7-edu-apps'] }
- { role: 8-mgmt-tools, tags: ['8-mgmt-tools'] }
- { role: 9-local-addons, tags: ['9-local-addons'] }
2017-11-13 02:03:12 +00:00
- { role: network, tags: ['network'] }