Skip to content

Commit

Permalink
Update ansible.cfg with new roles and collections paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Jan 5, 2024
1 parent 81941d1 commit 9a5de78
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9a5de78

Please sign in to comment.