awx workshop

This commit is contained in:
G.J.C. Strikwerda 2020-02-20 21:09:50 +01:00
parent 72e0c1252b
commit 9714421c1d
2 changed files with 12 additions and 0 deletions

6
install_lb.yml Normal file
View File

@ -0,0 +1,6 @@
---
- hosts: lb
gather_facts: yes
become: yes
roles:
- web

6
install_webservers.yml Normal file
View File

@ -0,0 +1,6 @@
---
- hosts: webservers
gather_facts: yes
become: yes
roles:
- web