add ansible config
specifies inventory automatically disables host key checking
This commit is contained in:
parent
c67c9780b5
commit
f70bd28c56
|
@ -0,0 +1,3 @@
|
|||
[defaults]
|
||||
inventory = inventory/hosts.ini
|
||||
host_key_checking = false
|
Loading…
Reference in New Issue