Fixed roles path option in ansible.cfg
This commit is contained in:
parent
781683a998
commit
609ac2c3fa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
pipelining = True
|
||||
|
|
Loading…
Add table
Reference in a new issue