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

66 lines
1.4 KiB
YAML
Raw Normal View History

2017-10-28 18:30:27 +00:00
---
- hosts: all
become: yes
vars_files:
- roles/0-init/defaults/main.yml
2017-10-28 18:30:27 +00:00
- vars/default_vars.yml
- vars/{{ ansible_local.local_facts.os_ver }}.yml
2018-07-19 21:20:49 +00:00
- /etc/iiab/local_vars.yml
- /etc/iiab/iiab_state.yml
2017-10-28 18:30:27 +00:00
tasks:
2017-10-31 00:46:43 +00:00
2017-10-30 21:12:19 +00:00
- name: 0-init
include_role:
name: 0-init
2017-10-30 21:12:19 +00:00
- name: 1-prep
include_role:
name: 1-prep
when: ansible_local.local_facts.stage|int < 1
2017-10-30 21:12:19 +00:00
- name: 2-common
include_role:
name: 2-common
when: ansible_local.local_facts.stage|int < 2
2017-10-30 21:12:19 +00:00
- name: 3-base-server
include_role:
name: 3-base-server
when: ansible_local.local_facts.stage|int < 3
2017-10-30 21:12:19 +00:00
- name: 4-server-options
include_role:
name: 4-server-options
when: ansible_local.local_facts.stage|int < 4
2017-10-30 21:12:19 +00:00
- name: 5-xo-services
include_role:
name: 5-xo-services
when: ansible_local.local_facts.stage|int < 5
2017-10-30 21:12:19 +00:00
- name: 6-generic-apps
include_role:
name: 6-generic-apps
when: ansible_local.local_facts.stage|int < 6
2017-10-30 21:12:19 +00:00
- name: 7-edu-apps
include_role:
name: 7-edu-apps
when: ansible_local.local_facts.stage|int < 7
2017-10-30 21:12:19 +00:00
- name: 8-mgmt-tools
include_role:
name: 8-mgmt-tools
when: ansible_local.local_facts.stage|int < 8
2017-10-30 21:12:19 +00:00
- name: 9-local-addons
include_role:
name: 9-local-addons
when: ansible_local.local_facts.stage|int < 9
2017-11-13 02:03:12 +00:00
- name: Network
include_role:
name: network