Bowe Strickland
2020-03-09 cb0b2619b9e8271f5a9b2f9b1a6b8d66ced3af9a
commit | author | age
3057c1 1 = Configs
GC 2
3 This directory contains playbooks to provision, deploy, configure softwares. Each config should containsthose files:
4
5 * `pre_infra.yml`
6 * `post_infra.yml`
7 * `pre_software.yml`
8 * `software.yml`
9 * `post_software.yml`
10 * `env_vars.yml`
11 * `destroy_env.yml`
12
6e8472 13 For more details see link:../main.yml[main.yml] and link:just-some-nodes-example[just-some-nodes-example].
bfced1 14
BS 15
16 == Configuration Index
17
cb0b26 18 This index was developed by an AgnosticD noob trying to get his
BS 19 head around the various configs.  People who know better should feel free to
20 make updates.
bfced1 21
a556eb 22 === Vanilla Configs
BS 23
bfced1 24 |===
BS 25 |config| supported providers | comments
26
27 | link:simple-example[]
28 | AWS
29 | A bastion and two worker nodes.
30
31 | link:test-empty-config[]
32
33 | Simply calls a series of playbooks.
34
35 | link:three-tier-app[]
cb0b26 36 | AWS,OSP
BS 37 | 5 unconfigured RHEL nodes, all internet exposed.  Simple 
38   and actively maintained, this is likely a good starting point.
bfced1 39
BS 40 | link:just-some-nodes-example[]
41 | AWS, Azure
42 | Vanilla nodes begging for something interesting to be done with them.
43
44 | link:multi-region-example[]
45 | AWS
46 | Example of deploying into multiple regions.
47
48 |===
49
50
a556eb 51 === Ansible
BS 52
bfced1 53 |===
BS 54 |config| supported providers | comments
55
56 | link:ansible-cicd-lab[]
57 | AWS
58 | Ansible CI/CD Hackathon (for RHTE 2018 sessions).
59
60 | link:ansible-integrations[]
61 | AWS
62 |
63
64
65 | link:ansible-provisioner[]
66 | AWS
67 |
68
69 | link:ansible-tower[]
70 | AWS
71 | Ansible tower and worker nodes
72
73 | link:ansible-tower-implementation[]
74 | AWS
75 |
76
77 | link:ansible-windows[]
78 | AWS
79 |
80
81 | link:ans-network-lab[]
82 | AWS
83 |
84
85 | link:ans-tower-lab[]
86 | AWS
87 | *Ansible Bootcamp ILT* aka *Ansible Advanced* labs.
88
89 | link:ans-tower-ops-demo[]
90 | AWS
91 | similar to ans-tower-lab (?)
92
93 | link:aro[]
94 | Azure
95 | Azure Red Hat OpenShift (aro) Standard Config
96
97 | link:multi-region-tower[]
98 | AWS
99 | Deploy Ansible Tower into multpile regions.
100
101 | link:rhte-ans-tower[]
102 | AWS?
103 |
104
105 | link:rhte-oc-cluster-vms[]
106 | AWS?
107 |
108
109 |===
110
111
a556eb 112 === Openshift Container Platform Version 4
BS 113
bfced1 114 |===
BS 115 |config| supported providers | comments
116
117 | link:linklight[]
118 | AWS
119 | Example of existing deployr being wrapped by Ansible.
120
121 | link:linklight-foundations[]
122 | AWS
123 |
124
125 | link:ocp4-cluster[]
126 | AWS
127 | OCP 4 Disconnected Install Lab
128
129 | link:ocp4-disconnected-osp-lab[]
130 | AWS
131 | OCP 4 Disconnected Install Lab
132
133 | link:ocp4-ha-lab[]
134 | AWS
135 | OCP 4 HA Lab
136
137 | link:ocp4-shared[]
138 | AWS
139 | Single OCP4 cluster to support multiple users
140
141 | link:ocp4-workshop[]
142 | AWS
143 |
144
145 |===
146
147
a556eb 148 === Openshift Container Platform Version 3
BS 149
bfced1 150 |===
BS 151 |config| supported providers | comments
152
153 | link:ocp-clientvm[]
154 | AWS
155 |
156
157 | link:ocp-gpu-single-node[]
158 | AWS
159 |
160
161 | link:ocp-ha-disconnected-lab[]
162 | AWS
163 |
164
165 | link:ocp-ha-lab[]
166 | AWS
167 |
168
169 | link:ocp-implementation-lab[]
170 | AWS
171 |
172
173 | link:ocp-storage-cns[]
174 | AWS
175 |
176
177 | link:ocp-workloads[]
178 | AWS
179 |
180
181 | link:ocp-workshop[]
182 | AWS
183 |
184
185 | link:ocp-workshop-with-clientvms[]
186 | AWS
187 |
188
189 | link:openshift-demos[]
190 | AWS
191 |
192
193 | link:osp-migration[]
194 | Openstack
195 |
196
197
198 |===
199
a556eb 200 === Red Hat Satellite
bfced1 201
BS 202 |===
203 |config| supported providers | comments
204
205 | link:satellite-multi-region[]
206 | AWS
207 | Satellite and Bastion, and multi region capsules.
208
209 | link:satellite-vm[]
210 | AWS
211 | Satellite and Bastion vms.
212
213
214 |===