ansible-role-chrony/templates/chrony.keys.j2

6 lines
129 B
Text
Raw Permalink Normal View History

2024-08-07 08:58:44 +00:00
# {{ ansible_managed }}
{% for id, value in chrony_keys.items() %}
{{ id }} {{ value.cipher }} HEX:{{ value.hex }}
{% endfor %}