PatroniConfig/ansible.cfg
IaaC Ansible Roles 2e68a84ead Initial commit
2025-03-31 14:06:16 +03:00

8 lines
199 B
INI

[defaults]
inventory = inventory/hosts
vault_password_file = vault-password.txt
remote_user = devops
host_key_checking = False
enable_plugins = yaml, ini
roles_path = roles/
interpreter_python = auto