-
Notifications
You must be signed in to change notification settings - Fork 16
/
main.yml
94 lines (75 loc) · 1.55 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
- import_playbook: bootstrap.yml
tags:
- undercloud
- install_idm_server
- import_playbook: common.yml
tags:
- always
- import_playbook: install_idm_server.yml
tags:
- install_idm_server
when: tls_everywhere == true
- import_playbook: setup_undercloud.yml
tags:
- undercloud
when: virtual_uc != true
- import_playbook: virtual_undercloud.yml
tags:
- undercloud
when: virtual_uc == true
- import_playbook: add_undercloud_to_inventory.yml
tags:
- undercloud
- import_playbook: prepare_nic_configs.yml
tags:
- undercloud
- overcloud
when: composable_roles == false
- import_playbook: composable_prepare_nic_configs.yml
tags:
- undercloud
- introspect
- overcloud
when: composable_roles
- import_playbook: undercloud.yml
tags:
- undercloud
- import_playbook: set_boot_order.yml
tags:
- boot_order
- import_playbook: introspect.yml
tags:
- introspect
- import_playbook: post_introspect.yml
tags:
- introspect
- import_playbook: tag.yml
tags:
- tag
- import_playbook: composable.yml
tags:
- overcloud
when: composable_roles
- import_playbook: external.yml
tags:
- overcloud
- import_playbook: overcloud.yml
tags:
- overcloud
- import_playbook: post.yml
tags:
- overcloud
- post
- import_playbook: ocp_on_osp.yml
tags:
- shift_stack
when: shift_stack == true
- import_playbook: browbeat.yml
tags:
- browbeat
when: browbeat is not defined or browbeat == true
- import_playbook: cleanup.yml
tags:
- cleanup
- never