public-health-ch/ansible/roles/dev-sec.ssh-hardening/templates/authorized_principals.j2

6 lines
101 B
Text
Raw Normal View History

2021-02-18 15:40:18 +00:00
{{ ansible_managed | comment }}
2018-12-17 12:50:15 +00:00
{% for principal in item.principals %}
{{ principal }}
{% endfor %}