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
|
||||
connection: local
|
||||
gather_facts: no
|
||||
@ -24,6 +24,15 @@
|
||||
- hostname : lab-dev-3
|
||||
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:
|
||||
- name: Add tower host
|
||||
|
Reference in New Issue
Block a user