From 5487e619860cf903db931b3099a648d987e93d6b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 16 Oct 2017 03:43:21 +0000 Subject: [PATCH] no compression at all --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index 2013b0f756..c4cedcabf6 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -275,7 +275,7 @@ retry_files_enabled = False # controls the compression level of variables sent to # worker processes. At the default of 0, no compression # is used. This value must be an integer from 0 to 9. -var_compression_level = 4 +#var_compression_level = 4 # controls what compression method is used for new-style ansible modules when # they are sent to the remote system. The compression types depend on having