diff options
Diffstat (limited to 'ansible.cfg')
| -rw-r--r-- | ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index cbc8f09..6cbcfc6 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,6 +2,7 @@ remote_user = root inventory = inventory/hosts.yaml host_key_checking = False +vault_password_file = vault_passwords [privilege_escalation] become = yes |