Skip to content
This repository was archived by the owner on Apr 29, 2023. It is now read-only.

Commit c7c4508

Browse files
committed
Cleanup.
1 parent 8181a55 commit c7c4508

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

templates/custom_sudoers.j2

-21
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,3 @@
22
{% for line in item.lines %}
33
{{ line }}
44
{% endfor %}
5-
6-
{# # Level: Global
7-
{% for user in sudo_passwordless_users_global %}
8-
{{ user }} ALL = (ALL) NOPASSWD: ALL
9-
{% endfor %}
10-
# Level: OS
11-
{% for user in sudo_passwordless_users_os %}
12-
{{ user }} ALL = (ALL) NOPASSWD: ALL
13-
{% endfor %}
14-
# Level: System
15-
{% for user in sudo_passwordless_users_system %}
16-
{{ user }} ALL = (ALL) NOPASSWD: ALL
17-
{% endfor %}
18-
# Level: Stage
19-
{% for user in sudo_passwordless_users_stage %}
20-
{{ user }} ALL = (ALL) NOPASSWD: ALL
21-
{% endfor %}
22-
# Level: Role
23-
{% for user in sudo_passwordless_users_role %}
24-
{{ user }} ALL = (ALL) NOPASSWD: ALL
25-
{% endfor %} #}

0 commit comments

Comments
 (0)