blob: 3c70db6a92a78dab6888933da97be916677d099c (
plain)
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
|
---
- include: initialize_oo_option_facts.yml
tags:
- always
- include: disable_excluder.yml
tags:
- always
- include: ../openshift-etcd/config.yml
tags:
- etcd
- include: ../openshift-nfs/config.yml
tags:
- nfs
- include: ../openshift-loadbalancer/config.yml
tags:
- loadbalancer
- include: ../openshift-master/config.yml
tags:
- master
- include: additional_config.yml
tags:
- master
- include: ../openshift-node/config.yml
tags:
- node
- include: openshift_hosted.yml
tags:
- hosted
- include: reset_excluder.yml
tags:
- always
|