ansible/roles/autossh/templates/autossh.j2

9 lines
171 B
Plaintext
Raw Normal View History

2019-12-02 02:40:12 +00:00
# {{ ansible_managed }}
AUTOSSH_POLL=60
AUTOSSH_FIRST_POLL=30
AUTOSSH_GATETIME=0
AUTOSSH_PORT=22000
SSH_OPTIONS="{{ item.options | join(' ') }}"
SSH_HOST={{ item.host }}