Use YAML for inventory
This commit is contained in:
parent
5565a973c7
commit
bc669e82e0
|
@ -1,3 +1,4 @@
|
|||
[defaults]
|
||||
inventory = ./inventory.yml
|
||||
nocows = 1
|
||||
invalid_task_attribute_failed = False
|
||||
|
|
4
inventory.yml
Normal file
4
inventory.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
all:
|
||||
hosts:
|
||||
localhost:
|
||||
ansible_connection: local
|
Loading…
Reference in a new issue