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]