Restructure inventory for updated deployment schemas

This commit is contained in:
2023-04-01 22:01:55 -04:00
parent 88247b4011
commit 8f965c3e2b
3 changed files with 5 additions and 2 deletions

View File

@@ -1,8 +1,7 @@
[defaults]
host_key_checking = true
collections_path = .ansible
inventory = inventory.yaml
ask_vault_pass = true
inventory = inventory/
[ssh_connection]
ssh_args = "-o ControlMaster=auto -o ControlPersist=60s"