Remove unused autossh environment variables

This commit is contained in:
Ryan Cavicchioni 2019-12-03 20:55:54 -06:00
parent 576c5c6f17
commit 6e49a596e7
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -1,9 +1,6 @@
# {{ ansible_managed }} # {{ ansible_managed }}
AUTOSSH_POLL=60
AUTOSSH_FIRST_POLL=30
AUTOSSH_GATETIME=0 AUTOSSH_GATETIME=0
AUTOSSH_PORT=22000
AUTOSSH_PIDFILE={{ autossh_run_path }}/{{ item.name }}.pid AUTOSSH_PIDFILE={{ autossh_run_path }}/{{ item.name }}.pid
SSH_OPTIONS="{{ item.options | join(' ') }}" SSH_OPTIONS="{{ item.options | join(' ') }}"
SSH_HOST={{ item.host }} SSH_HOST={{ item.host }}