10 lines
230 B
Plaintext
Raw Normal View History

2019-12-01 20:40:12 -06:00
# {{ ansible_managed }}
AUTOSSH_POLL=60
AUTOSSH_FIRST_POLL=30
AUTOSSH_GATETIME=0
AUTOSSH_PORT=22000
2019-12-03 20:17:37 -06:00
AUTOSSH_PIDFILE={{ autossh_run_path }}/{{ item.name }}.pid
2019-12-01 20:40:12 -06:00
SSH_OPTIONS="{{ item.options | join(' ') }}"
SSH_HOST={{ item.host }}