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

8 lines
185 B
Plaintext
Raw Normal View History

# ansible managed
key "{{ peer.value.public_key |mandatory('A public key is required for a peer') }}";
2021-04-11 22:34:52 +00:00
{% for remote in peer.value.remotes |d([]) %}
remote {{ remote }};
{% endfor %}