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