Remove unused autossh environment variables
This commit is contained in:
parent
576c5c6f17
commit
6e49a596e7
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user