add ansible config

specifies inventory automatically
disables host key checking
This commit is contained in:
John Ratliff 2024-05-09 10:16:30 +00:00
parent c67c9780b5
commit f70bd28c56
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[defaults]
inventory = inventory/hosts.ini
host_key_checking = false