Deploy ssh authorized keys

This commit is contained in:
Julian Rother 2025-01-21 21:01:36 +01:00
parent 9d03496f02
commit 906868f34e
Signed by: julian
GPG key ID: C19B924C0CD13341
4 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# {{ ansible_managed }}
{% for key_name in tenant.options.ssh_keys|d([]) %}
#{{ key_name }}
{{ php_tenant_ssh_keys[key_name] }}
{% endfor %}