Initial Commit

This commit is contained in:
2022-05-09 10:17:07 +02:00
commit 35890645a6
16 changed files with 468 additions and 0 deletions

View 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
View File

@ -0,0 +1 @@
{{ unix_user.value.email }}