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 }}