Add variable compression option

This commit is contained in:
James Cammarata 2015-11-05 16:21:34 -05:00
commit efbc6054a4
5 changed files with 41 additions and 2 deletions

View file

@ -184,6 +184,11 @@
# prevents logging of tasks, but only on the targets, data is still logged on the master/controller
#no_target_syslog = True
# 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 = 9
[privilege_escalation]
#become=True
#become_method=sudo