Deploy ssh authorized keys
This commit is contained in:
parent
9d03496f02
commit
906868f34e
4 changed files with 25 additions and 0 deletions
7
templates/ssh_authorized_keys.j2
Normal file
7
templates/ssh_authorized_keys.j2
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue