awx workshop
This commit is contained in:
parent
72e0c1252b
commit
9714421c1d
6
install_lb.yml
Normal file
6
install_lb.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- hosts: lb
|
||||||
|
gather_facts: yes
|
||||||
|
become: yes
|
||||||
|
roles:
|
||||||
|
- web
|
6
install_webservers.yml
Normal file
6
install_webservers.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- hosts: webservers
|
||||||
|
gather_facts: yes
|
||||||
|
become: yes
|
||||||
|
roles:
|
||||||
|
- web
|
Loading…
Reference in New Issue
Block a user