mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-22 21:23:23 +02:00
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
![]() |
{% for def in sudo_defaults.keys() | list %}
|
||
|
Defaults {{ def }}={{ sudo_defaults[def] }}
|
||
|
{% endfor %}
|
||
|
|
||
|
{% for group in sudo_admin_groups %}
|
||
|
%{{ group }} ALL=(ALL) ALL
|
||
|
{% endfor %}
|