diff --git a/ansible.cfg b/ansible.cfg index 2f60899..dc3b6e4 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -4,6 +4,7 @@ roles_path = infrastructure/roles collections_paths = infrastructure/collections interpreter_python = auto_silent deprecation_warnings = False +vault_password_file = .vault_pass callback_plugins = lib/ansible/plugins/callback callbacks_enabled = run_logger stdout_callback = default diff --git a/infrastructure/ansible.cfg b/infrastructure/ansible.cfg index 41fef95..dc7109a 100644 --- a/infrastructure/ansible.cfg +++ b/infrastructure/ansible.cfg @@ -5,6 +5,7 @@ inventory = inventory/hosts.ini roles_path = roles collections_paths = collections interpreter_python = auto_silent +vault_password_file = ../.vault_pass callback_plugins = ../lib/ansible/plugins/callback callbacks_enabled = run_logger # For Ansible < 2.13, we use community.general.yaml