computer-playbook/roles/backups-provider-user/templates/authorized_keys.j2

4 lines
119 B
Django/Jinja

{% for authorized_key in authorized_keys_list %}
command="/home/backup/ssh-wrapper.sh" {{authorized_key}}
{% endfor %}