From 62b060b9ba5347803c55a2aad4b33082de091e21 Mon Sep 17 00:00:00 2001 From: HACKERMD Date: Mon, 26 Jun 2017 06:06:48 +0200 Subject: [PATCH] Disable creation of Ansible retry files --- tmdeploy/share/playbooks/tissuemaps/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/tmdeploy/share/playbooks/tissuemaps/ansible.cfg b/tmdeploy/share/playbooks/tissuemaps/ansible.cfg index 6356d2e..8c1cd6f 100644 --- a/tmdeploy/share/playbooks/tissuemaps/ansible.cfg +++ b/tmdeploy/share/playbooks/tissuemaps/ansible.cfg @@ -12,6 +12,7 @@ forks = 5 timeout = 240 host_key_checking = False remote_user = root +retry_files_enabled = False [ssh_connection] ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no