sudo rights for administrator without password and copying of authorized keyes

This commit is contained in:
2020-12-25 15:38:42 +01:00
parent 0c4031ba73
commit 07281e9e49
2 changed files with 15 additions and 2 deletions

View File

@@ -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