aboutsummaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-11-02 17:04:02 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2024-11-02 17:04:02 +0100
commite66ea810df47af30f7fd7defc9e1195f87d8e144 (patch)
tree04b7ae6318833536f4c3cb6b3ec7c32912a2670c /ansible
parent6bafe8d69bb160f83b0a72cd601c58cd017b1ac2 (diff)
downloadinfra-e66ea810df47af30f7fd7defc9e1195f87d8e144.tar.gz
infra-e66ea810df47af30f7fd7defc9e1195f87d8e144.tar.bz2
infra-e66ea810df47af30f7fd7defc9e1195f87d8e144.tar.xz
infra-e66ea810df47af30f7fd7defc9e1195f87d8e144.zip
misc
Diffstat (limited to 'ansible')
-rw-r--r--ansible/ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index 014f5a6..2190846 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -7,7 +7,7 @@ stdout_callback = debug
vault_password_file = ./.vault-password
roles_path = roles:thirdparty
retry_files_enabled = False
-vars_plugins_enabled = community.sops.sops
+vars_plugins_enabled = host_group_vars,community.sops.sops
[ssh_connection]
pipelining = True