7 lines
173 B
Plaintext
Raw Normal View History

2019-12-01 20:40:12 -06:00
# {{ ansible_managed }}
AUTOSSH_GATETIME=0
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 }}