From 4afadb167473ee42df9d97cf9e6b63250d770936 Mon Sep 17 00:00:00 2001 From: genofire Date: Sun, 31 Jan 2021 17:44:26 +0100 Subject: [PATCH] Work around ansible limitations (missing NFSv4 ACL support) --- ansible.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 12471e8..72d5285 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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]