Consolidate ansible settings into config file

Update docs
This commit is contained in:
2021-12-28 00:27:46 -05:00
parent 46e1366c4f
commit f61baa3f04
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
[defaults]
host_key_checking = false
collections_path = .ansible
inventory = inventory.yaml
[ssh_connection]
ssh_args = "-o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes"