diff --git a/provisioning/ansible.cfg b/provisioning/ansible.cfg index 71b7dad..34cd392 100644 --- a/provisioning/ansible.cfg +++ b/provisioning/ansible.cfg @@ -2,7 +2,7 @@ gathering = smart fact_caching_connection = ./facts_cache fact_caching = jsonfile -ansible_roles_path = ./roles +roles_path = ./roles # The timeout is defined in seconds # This is 2 hours @@ -11,4 +11,4 @@ fact_caching_timeout = 7200 [ssh_connection] ssh_args = -o ControlMaster=auto -o ControlPersist=18000 -o PreferredAuthentications=publickey control_path = %(directory)s/ansible-ssh-%%h-%%p-%%r -pipelining = True \ No newline at end of file +pipelining = True