SSH: Template authorized_keys file
This commit is contained in:
4
ansible/plays/templates/authorized_keys.j2
Normal file
4
ansible/plays/templates/authorized_keys.j2
Normal file
@ -0,0 +1,4 @@
|
||||
{{ machine_key }}
|
||||
{% for key in common.ssh.authorized_keys %}
|
||||
{{ key }}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user