Add playbook to install mitogen (#3622)

This commit is contained in:
Antoine Legrand
2018-10-31 11:52:47 +01:00
committed by GitHub
parent 152c15b19f
commit 479d0e858d
3 changed files with 37 additions and 0 deletions

View File

@ -3,6 +3,8 @@ pipelining=True
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null
#control_path = ~/.ssh/ansible-%%r@%%h:%%p
[defaults]
strategy_plugins = plugins/mitogen/ansible_mitogen/plugins/strategy
host_key_checking=False
gathering = smart
fact_caching = jsonfile