2017-05-27 18:09:50 +00:00
|
|
|
---
|
|
|
|
- hosts: all
|
|
|
|
become: yes
|
|
|
|
|
|
|
|
vars_files:
|
|
|
|
- vars/default_vars.yml
|
2017-10-20 04:36:10 +00:00
|
|
|
- vars/{{ ansible_local.local_facts.os_ver }}.yml
|
2017-05-27 18:09:50 +00:00
|
|
|
- vars/local_vars.yml
|
2017-10-02 16:37:58 +00:00
|
|
|
- /etc/iiab/config_vars.yml
|
2017-05-27 18:09:50 +00:00
|
|
|
|
|
|
|
roles:
|
2017-10-27 00:53:54 +00:00
|
|
|
- { role: 0-init, tags: ['0-init'] }
|
2017-10-27 00:38:49 +00:00
|
|
|
- { role: 1-prep, tags: ['1-prep','platform','base'] }
|
|
|
|
- { role: 2-common, tags: ['2-common','base'] }
|
|
|
|
- { role: 3-base-server, tags: ['3-base-server','base'] }
|
|
|
|
- { 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-11 22:14:34 +00:00
|
|
|
- { role: network, tags: ['network'] }
|