summaryrefslogtreecommitdiff
path: root/home/.ansible.cfg
diff options
context:
space:
mode:
authorboom2 <blizzack@blizzack.com>2023-12-08 14:12:33 -0500
committerboom2 <blizzack@blizzack.com>2023-12-08 14:12:33 -0500
commitd8a7729358a2fd3b911022e45d0197fda3e5da94 (patch)
treef75d69bcd7b08a9bebf325c037e4557c61a958e2 /home/.ansible.cfg
parent2fd6a845dfe9ed6b3189c247928dc87d8f76d01a (diff)
- add exeriments for:
- roles - variables - inventory changes - config changes
Diffstat (limited to 'home/.ansible.cfg')
-rw-r--r--home/.ansible.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.ansible.cfg b/home/.ansible.cfg
index 4073efd..1ff0247 100644
--- a/home/.ansible.cfg
+++ b/home/.ansible.cfg
@@ -222,6 +222,7 @@ private_key_file=~/.ssh/20231024bbox
# (pathspec) Colon separated paths in which Ansible will search for Roles.
;roles_path={{ ANSIBLE_HOME ~ "/roles:/usr/share/ansible/roles:/etc/ansible/roles" }}
+roles_path=.ansible/roles
# (string) Set the main callback used to display Ansible output. You can only have one at a time.
# You can have many other callbacks, but just one can be in charge of stdout.