Initial
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- name: Allow deploy sudo without password
|
||||||
|
ansible.builtin.copy:
|
||||||
|
dest: /etc/sudoers.d/deploy
|
||||||
|
content: "deploy ALL=(ALL) NOPASSWD:ALL"
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: '0440'
|
||||||
Reference in New Issue
Block a user