You've already forked ansible-role-unix-users
Initial Commit
This commit is contained in:
7
templates/authorized_keys.j2
Normal file
7
templates/authorized_keys.j2
Normal file
@ -0,0 +1,7 @@
|
||||
#jinja2: lstrip_blocks: True
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
{% for key in unix_user.value.ssh_keys.public %}
|
||||
{{ lookup('file', 'ssh/pubkeys/' + key) }}
|
||||
{% endfor %}
|
1
templates/forward.j2
Normal file
1
templates/forward.j2
Normal file
@ -0,0 +1 @@
|
||||
{{ unix_user.value.email }}
|
Reference in New Issue
Block a user