1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00
iiab/xsce-from-console.yml
2017-05-27 11:09:50 -07:00

18 lines
549 B
YAML

---
- hosts: all
become: yes
vars_files:
- vars/default_vars.yml
- vars/{{ ansible_distribution }}.yml
- vars/local_vars.yml
- /etc/xsce/config_vars.yml
roles:
- { role: 1-prep, tags: ['prep','platform','base'] }
- { 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'] }