now managing ssh root keys
This commit is contained in:
parent
d375846d9d
commit
a47c5fd378
6 changed files with 67 additions and 7 deletions
7
templates/ssh_root_authorized_keys.j2
Normal file
7
templates/ssh_root_authorized_keys.j2
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
### AUTOGENERATED do not edit! edit /inventory/group_vars/all.yml in ansible ###
|
||||
|
||||
{% for name, keys in admin_ssh_keys.items() %}
|
||||
#{{ name }}
|
||||
{{ keys }}
|
||||
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue