diff --git a/ansible.cfg b/ansible.cfg index 74d2d8d..8c2a73b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,3 +3,4 @@ log_path = ./log/ansible.log hostfile = ./inventory inventory = ./inventory ask_sudo_pass = true +roles_dir = ./.roles