ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
--- sudoers.orig
+++ sudoers.patch
@@ -1,3 +1,7 @@
+#
+# !!! This file is managed by Ansible !!!
+#
+
 ## sudoers file.
 ##
 ## This file MUST be edited with the 'visudo' command as root.
@@ -79,7 +83,7 @@
 root ALL=(ALL) ALL
 
 ## Uncomment to allow members of group wheel to execute any command
-# %wheel ALL=(ALL) ALL
+%wheel ALL=(ALL) ALL
 
 ## Same thing without a password
 # %wheel ALL=(ALL) NOPASSWD: ALL