mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-07 20:00
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
---
|
||||
- name: Setup default sudo access
|
||||
template: src=fws.j2 dest=/etc/sudoers.d/fws owner=root group=root mode=440 validate='visudo -cf %s'
|
||||
template: src=admins.j2 dest=/etc/sudoers.d/admins owner=root group=root mode=440 #validate='visudo -cf %s'
|
||||
tags: sudo
|
||||
|
||||
- name: Remove old sudo file
|
||||
file: path=/etc/sudoers.d/fws state=absent
|
||||
tags: sudo
|
||||
|
||||
- name: Ensure sudo provider is only files in nss
|
||||
|
Reference in New Issue
Block a user