diff options
Diffstat (limited to 'ansible.cfg')
-rw-r--r-- | ansible.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index ce3e733..2587357 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,6 +3,8 @@ inventory = hosts roles_path = roles deprecation_warnings = False retry_files_enabled = False +vault_password_file = pass-client +vault_identity = "ansible/infrastructure" [ssh_connection] pipelining = True |