aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inventory.ini
diff options
context:
space:
mode:
Diffstat (limited to 'inventory.ini')
-rw-r--r--inventory.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/inventory.ini b/inventory.ini
index a4b174d..fc380bb 100644
--- a/inventory.ini
+++ b/inventory.ini
@@ -13,7 +13,3 @@ vpn ansible_host=192.168.205.254 ansible_port=80 ansible_user=algo
[all:vars]
ansible_user=egor
-# I cannot believe ServerAlive* are not set by Ansible by default:
-# https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-get-ansible-to-notice-a-dead-target-in-a-timely-manner
-# Also, forward the SSH agent.
-ansible_ssh_extra_args=-o ServerAliveInterval=15 -o ServerAliveCountMax=3 -o ForwardAgent=yes -o StrictHostKeyChecking=no