Bowe Strickland
2020-03-09 cb0b2619b9e8271f5a9b2f9b1a6b8d66ced3af9a
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
= Configs
 
This directory contains playbooks to provision, deploy, configure softwares. Each config should containsthose files:
 
* `pre_infra.yml`
* `post_infra.yml`
* `pre_software.yml`
* `software.yml`
* `post_software.yml`
* `env_vars.yml`
* `destroy_env.yml`
 
For more details see link:../main.yml[main.yml] and link:just-some-nodes-example[just-some-nodes-example].
 
 
== Configuration Index
 
This index was developed by an AgnosticD noob trying to get his
head around the various configs.  People who know better should feel free to
make updates.
 
=== Vanilla Configs
 
|===
|config| supported providers | comments
 
| link:simple-example[]
| AWS
| A bastion and two worker nodes.
 
| link:test-empty-config[]
| Simply calls a series of playbooks.
 
| link:three-tier-app[]
| AWS,OSP
| 5 unconfigured RHEL nodes, all internet exposed.  Simple 
  and actively maintained, this is likely a good starting point.
 
| link:just-some-nodes-example[]
| AWS, Azure
| Vanilla nodes begging for something interesting to be done with them.
 
| link:multi-region-example[]
| AWS
| Example of deploying into multiple regions.
 
|===
 
 
=== Ansible
 
|===
|config| supported providers | comments
 
| link:ansible-cicd-lab[]
| AWS
| Ansible CI/CD Hackathon (for RHTE 2018 sessions).
 
| link:ansible-integrations[]
| AWS
|
 
 
| link:ansible-provisioner[]
| AWS
|
 
| link:ansible-tower[]
| AWS
| Ansible tower and worker nodes
 
| link:ansible-tower-implementation[]
| AWS
|
 
| link:ansible-windows[]
| AWS
|
 
| link:ans-network-lab[]
| AWS
|
 
| link:ans-tower-lab[]
| AWS
| *Ansible Bootcamp ILT* aka *Ansible Advanced* labs.
 
| link:ans-tower-ops-demo[]
| AWS
| similar to ans-tower-lab (?)
 
| link:aro[]
| Azure
| Azure Red Hat OpenShift (aro) Standard Config
 
| link:multi-region-tower[]
| AWS
| Deploy Ansible Tower into multpile regions.
 
| link:rhte-ans-tower[]
| AWS?
|
 
| link:rhte-oc-cluster-vms[]
| AWS?
|
 
|===
 
 
=== Openshift Container Platform Version 4
 
|===
|config| supported providers | comments
 
| link:linklight[]
| AWS
| Example of existing deployr being wrapped by Ansible.
 
| link:linklight-foundations[]
| AWS
|
 
| link:ocp4-cluster[]
| AWS
| OCP 4 Disconnected Install Lab
 
| link:ocp4-disconnected-osp-lab[]
| AWS
| OCP 4 Disconnected Install Lab
 
| link:ocp4-ha-lab[]
| AWS
| OCP 4 HA Lab
 
| link:ocp4-shared[]
| AWS
| Single OCP4 cluster to support multiple users
 
| link:ocp4-workshop[]
| AWS
|
 
|===
 
 
=== Openshift Container Platform Version 3
 
|===
|config| supported providers | comments
 
| link:ocp-clientvm[]
| AWS
|
 
| link:ocp-gpu-single-node[]
| AWS
|
 
| link:ocp-ha-disconnected-lab[]
| AWS
|
 
| link:ocp-ha-lab[]
| AWS
|
 
| link:ocp-implementation-lab[]
| AWS
|
 
| link:ocp-storage-cns[]
| AWS
|
 
| link:ocp-workloads[]
| AWS
|
 
| link:ocp-workshop[]
| AWS
|
 
| link:ocp-workshop-with-clientvms[]
| AWS
|
 
| link:openshift-demos[]
| AWS
|
 
| link:osp-migration[]
| Openstack
|
 
 
|===
 
=== Red Hat Satellite
 
|===
|config| supported providers | comments
 
| link:satellite-multi-region[]
| AWS
| Satellite and Bastion, and multi region capsules.
 
| link:satellite-vm[]
| AWS
| Satellite and Bastion vms.
 
 
|===