mirror of https://dev.ccchb.de/ccchb/ansible.git
Work around ansible limitations (missing NFSv4 ACL support)
This commit is contained in:
parent
925499223e
commit
4afadb1674
|
@ -277,7 +277,7 @@ fact_caching_connection=/tmp
|
|||
# turn this on to have behaviour more like Ansible prior to 2.1.x. See
|
||||
# https://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user
|
||||
# for more secure ways to fix this than enabling this option.
|
||||
#allow_world_readable_tmpfiles = False
|
||||
#allow_world_readable_tmpfiles = True
|
||||
|
||||
# controls the compression level of variables sent to
|
||||
# worker processes. At the default of 0, no compression
|
||||
|
@ -398,7 +398,7 @@ fact_caching_connection=/tmp
|
|||
# By default, this option is disabled to preserve compatibility with
|
||||
# sudoers configurations that have requiretty (the default on many distros).
|
||||
#
|
||||
#pipelining = False
|
||||
pipelining = True
|
||||
|
||||
# Control the mechanism for transferring files (old)
|
||||
# * smart = try sftp and then try scp [default]
|
||||
|
|
Loading…
Reference in New Issue