first commit
This commit is contained in:
commit
b2deebfffc
9 changed files with 234 additions and 0 deletions
6
templates/10_allowed_suoders.j2
Normal file
6
templates/10_allowed_suoders.j2
Normal file
|
@ -0,0 +1,6 @@
|
|||
#jinja2: lstrip_blocks: True
|
||||
# {{ ansible_managed }}
|
||||
|
||||
{% for item in ssh_users %}
|
||||
{{ item.name }} ALL=(ALL) NOPASSWD: ALL
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue