-initial git create

This commit is contained in:
Pi
2019-02-18 15:10:13 -05:00
commit e403a001b3
9 changed files with 644 additions and 0 deletions

9
set_sudoer.yml Executable file
View File

@@ -0,0 +1,9 @@
---
- hosts: all
tasks:
- lineinfile:
path: /etc/sudoers
state: present
regexp: '^%sudo'
line: '%sudo ALL=(ALL) NOPASSWD: ALL'
validate: 'visudo -cf %s'