mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 17:11:23 -07:00
Adding config flag role_path for common/global roles
Using ANSIBLE_ROLE_PATH environment variable or role_path in ansible.cfg can configure paths where roles will be searched for extra paths will only be used as a backup once regular locations are exhausted
This commit is contained in:
parent
43df00550d
commit
632232259a
3 changed files with 23 additions and 9 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
hostfile = /etc/ansible/hosts
|
||||
library = /usr/share/ansible
|
||||
#roles_path = /etc/ansible/roles
|
||||
remote_tmp = $HOME/.ansible/tmp
|
||||
pattern = *
|
||||
forks = 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue