merge dict
This commit is contained in:
parent
5e32a6ee14
commit
b84b478ece
@ -120,7 +120,7 @@ host_key_checking = False
|
|||||||
# if inventory variables overlap, does the higher precedence one win
|
# if inventory variables overlap, does the higher precedence one win
|
||||||
# or are hash values merged together? The default is 'replace' but
|
# or are hash values merged together? The default is 'replace' but
|
||||||
# this can also be set to 'merge'.
|
# this can also be set to 'merge'.
|
||||||
#hash_behaviour = replace
|
#hash_behaviour = merge
|
||||||
|
|
||||||
# by default, variables from roles will be visible in the global variable
|
# by default, variables from roles will be visible in the global variable
|
||||||
# scope. To prevent this, the following option can be enabled, and only
|
# scope. To prevent this, the following option can be enabled, and only
|
||||||
@ -417,8 +417,8 @@ ssh_args = -o ForwardAgent=yes -C -o ControlMaster=auto -o ControlPersist=60s -o
|
|||||||
# only be disabled if your sftp version has problems with batch mode
|
# only be disabled if your sftp version has problems with batch mode
|
||||||
#sftp_batch_mode = False
|
#sftp_batch_mode = False
|
||||||
|
|
||||||
# The -tt argument is passed to ssh when pipelining is not enabled because sudo
|
# The -tt argument is passed to ssh when pipelining is not enabled because sudo
|
||||||
# requires a tty by default.
|
# requires a tty by default.
|
||||||
#use_tty = True
|
#use_tty = True
|
||||||
|
|
||||||
# Number of times to retry an SSH connection to a host, in case of UNREACHABLE.
|
# Number of times to retry an SSH connection to a host, in case of UNREACHABLE.
|
||||||
|
Loading…
Reference in New Issue
Block a user