fix play name for inv-from-vars.yml
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: Create inventory based on Webook commit
|
- name: Create inventory based on extra_vars
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
@ -24,6 +24,15 @@
|
|||||||
- hostname : lab-dev-3
|
- hostname : lab-dev-3
|
||||||
ip : 10.10.42.42
|
ip : 10.10.42.42
|
||||||
|
|
||||||
|
- hostname : lab-test-1
|
||||||
|
ip : 10.10.42.50
|
||||||
|
|
||||||
|
- hostname : lab-test-2
|
||||||
|
ip : 10.10.42.51
|
||||||
|
|
||||||
|
- hostname : lab-test-3
|
||||||
|
ip : 10.10.42.52
|
||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Add tower host
|
- name: Add tower host
|
||||||
|
Reference in New Issue
Block a user