ansible/roles/autossh/templates/autossh.j2

7 lines
173 B
Django/Jinja

# {{ ansible_managed }}
AUTOSSH_GATETIME=0
AUTOSSH_PIDFILE={{ autossh_run_path }}/{{ item.name }}.pid
SSH_OPTIONS="{{ item.options | join(' ') }}"
SSH_HOST={{ item.host }}