ansible-role-chrony/templates/chrony.keys.j2
2024-08-07 10:58:44 +02:00

5 lines
129 B
Django/Jinja

# {{ ansible_managed }}
{% for id, value in chrony_keys.items() %}
{{ id }} {{ value.cipher }} HEX:{{ value.hex }}
{% endfor %}