aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorGravatar chrislovering <[email protected]>2023-06-19 10:33:37 +0100
committerGravatar ChrisJL <[email protected]>2023-07-24 14:42:09 +0100
commita659dbe26dfd3036945baf7602674c0f926b0489 (patch)
tree42eeed81ddfbb48c0de4f3719f6adf91e1c9f04c /ansible.cfg
parentBump dependencies (diff)
Fix ansible-lint errors
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg1
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