awx workshop
This commit is contained in:
parent
72e0c1252b
commit
9714421c1d
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- hosts: lb
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- web
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- hosts: webservers
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- web
|
Loading…
Reference in New Issue