PatroniConfig/ansible.cfg
2025-03-31 21:33:34 +03:00

12 lines
268 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
stdout_callback = yaml
bin_ansible_callbacks = True
force_color = 1