From d8a7729358a2fd3b911022e45d0197fda3e5da94 Mon Sep 17 00:00:00 2001 From: boom2 Date: Fri, 8 Dec 2023 14:12:33 -0500 Subject: - add exeriments for: - roles - variables - inventory changes - config changes --- home/.ansible.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'home/.ansible.cfg') 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. -- cgit v1.2.3-54-g00ecf