init
This commit is contained in:
5
roles/common/templates/root_authorized_keys.j2
Executable file
5
roles/common/templates/root_authorized_keys.j2
Executable file
@@ -0,0 +1,5 @@
|
||||
{% for user in keys %}
|
||||
{% if keys[user].ssh_as_root | default(false) %}
|
||||
{{ keys[user].pub_key }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user