first commit

This commit is contained in:
sujiba 2024-09-17 00:49:08 +02:00
commit b2deebfffc
9 changed files with 234 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#jinja2: lstrip_blocks: True
# {{ ansible_managed }}
{% for item in ssh_users %}
{{ item.name }} ALL=(ALL) NOPASSWD: ALL
{% endfor %}