This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-fastd/templates/peer.j2

6 lines
116 B
Django/Jinja

key "{{ peer.value.public_key }}";
{% for remote in peer.value.remotes |d([]) %}
remote {{ remote }};
{% endfor %}