Checkpoint
This commit is contained in:
parent
e17f84ad8a
commit
1e03c32201
32 changed files with 556 additions and 298 deletions
|
@ -5,7 +5,7 @@
|
|||
name: jonathan
|
||||
comment: Jonathan Cremin
|
||||
uid: 1000
|
||||
groups: jonathan,adm,cdrom,sudo,dip,plugdev,lpadmin,lxd,sambashare
|
||||
groups: jonathan,wheel
|
||||
shell: /bin/zsh
|
||||
append: yes
|
||||
become: yes
|
||||
|
@ -14,7 +14,7 @@
|
|||
lineinfile:
|
||||
path: /etc/sudoers
|
||||
state: present
|
||||
regexp: '^%sudo'
|
||||
line: '%sudo ALL=(ALL) NOPASSWD: ALL'
|
||||
regexp: '^%wheel'
|
||||
line: '%wheel ALL=(ALL) NOPASSWD: ALL'
|
||||
validate: /usr/sbin/visudo -cf %s
|
||||
become: yes
|
Loading…
Add table
Add a link
Reference in a new issue