aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/ansible.cfg')
-rw-r--r--ansible/ansible.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index bf8864e..10c66be 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -2,6 +2,8 @@
inventory = inventory/hosts.yaml
host_key_checking = False
vault_password_file = vault_passwords
+collections_path = .ansible/galaxy_collections/
+roles_path = .ansible/galaxy_roles/:roles/
[privilege_escalation]
become = yes