############################# 5. AWX Install ############################# 5.1 kubectl create namespace awx rm -rf awx-operator git clone https://github.com/ansible/awx-operator.git cd awx-operator git checkout 2.0.0 make deploy 5.2 cat > awx_object.yaml<&1 >/dev/null & 6.3. Login to awx by localhost:29999 login admin password from #6.1 6.4. Go to Project (on the left) Enter the "Demo Project" Choose "Edit" In the "Source Control URL": insert "https://github.com/elibogomolnyi/ansible-tower-samples.git" (It is a test repo, that just pauses the job for some time) "Save" 6.5 Go to Inventory (on the left) Duplicate the "Demo inventory" by pressing the "Duplicate" bottom on the right Repeat it 10 times You'll get 10 created inventories. Rename each of them, assign them the name from 1 to 10 (or something else, that is convenient for you) 6.6. Go to Templates (on the left) Get inside the "Demo Job Template" and press "Edit" Rename the "Demo Template" to "1" Make sure, that it point to the Inventory "1" Go back to "Templates" again Duplicate the "1" by pressing the "Duplicate" bottom on the right Point each of the template to it's own Inventory So you'll have the following configuration Template ------> Inventory 1 ------> 1 2 ------> 2 3 ------> 3 .... 6.7. Go to the "Templates and run each of the template". The "run" bottom is on the right. When the jobs are running, try to terminate one of the master nodes and wait till it is brought up. Keep doing it tell you get this issue.