mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
sudo rights for administrator without password and copying of authorized keyes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
- name: create sudoers
|
||||
template: src=sudoers dest=/etc/sudoers
|
||||
|
||||
- name: ensure group "sudo" exists
|
||||
- name: insure group "sudo" exists
|
||||
group:
|
||||
name: sudo
|
||||
state: present
|
||||
|
Reference in New Issue
Block a user