diff --git a/ansible.cfg b/ansible.cfg index 05b78e4..720703f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,10 @@ [defaults] -collections_paths = /etc/ansible/collections:/opt/ansible/collections:collections -roles_path = /etc/ansible/roles:/opt/ansible/roles:roles +roles_path = roles:/tmp/semaphore/.ansible/roles:/usr/share/ansible/roles +collections_paths = collections:/tmp/semaphore/.ansible/collections:/usr/share/ansible/collections + +host_key_checking = False # disable host key checking +retry_files_enabled = True # enable retry files + # You’ll also need to make sure that requiretty is disabled # in /etc/sudoers on the remote host, or become won’t work