diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-26 00:37:50 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-26 00:38:01 +0100 |
| commit | 329956ddd8e3bd70dcccf3e660c4e7e3745d24ea (patch) | |
| tree | ef16e83a7f768eea42d1cb68d65a931b5b13f7ba /ansible.cfg | |
| parent | 3188967a9bae44c7ce2c821fdbb162c926b90af4 (diff) | |
adds encrypted become passwords
Diffstat (limited to 'ansible.cfg')
| -rw-r--r-- | ansible.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ansible.cfg b/ansible.cfg index cb06f62..a2b6bf4 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,7 @@ [defaults] -inventory = ['ansible/inventory.yml'] +inventory = ansible/inventory.yml +vault_identity = ansible +vault_password_file = ansible/scripts/ansible-vault-password.sh [privilege_escalation] become = true -become_ask_pass = true |
