From 6e49a596e7ef59dd2ba043d85ffe54fe3126c1cf Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 3 Dec 2019 20:55:54 -0600 Subject: [PATCH] Remove unused autossh environment variables --- roles/autossh/templates/autossh.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/autossh/templates/autossh.j2 b/roles/autossh/templates/autossh.j2 index 93de6e6..dafff04 100644 --- a/roles/autossh/templates/autossh.j2 +++ b/roles/autossh/templates/autossh.j2 @@ -1,9 +1,6 @@ # {{ ansible_managed }} -AUTOSSH_POLL=60 -AUTOSSH_FIRST_POLL=30 AUTOSSH_GATETIME=0 -AUTOSSH_PORT=22000 AUTOSSH_PIDFILE={{ autossh_run_path }}/{{ item.name }}.pid SSH_OPTIONS="{{ item.options | join(' ') }}" SSH_HOST={{ item.host }}