Remove unused autossh environment variables

This commit is contained in:
2019-12-03 20:55:54 -06:00
parent 576c5c6f17
commit 6e49a596e7

View File

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