ansible/roles/autossh/templates/autossh.j2

7 lines
173 B
Plaintext
Raw Normal View History

2019-12-02 02:40:12 +00:00
# {{ ansible_managed }}
AUTOSSH_GATETIME=0
2019-12-04 02:17:37 +00:00
AUTOSSH_PIDFILE={{ autossh_run_path }}/{{ item.name }}.pid
2019-12-02 02:40:12 +00:00
SSH_OPTIONS="{{ item.options | join(' ') }}"
SSH_HOST={{ item.host }}