From 27b33c9a06176f14dbf3da4778adea95d85953e2 Mon Sep 17 00:00:00 2001 From: Bas Meijer Date: Tue, 17 Dec 2024 22:08:13 +0100 Subject: [PATCH] cleanup --- ansible.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 923b083..7ebb60a 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -16,9 +16,5 @@ host_key_checking = False ; Logging output in a more readable form. stdout_callback = yaml -; Wait a bit longer on the Windows VM -ansible_winrm_read_timeout_sec = 180 -ansible_winrm_operation_timeout_sec = 180 - [ssh_connection] ;ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes