]> git.phdru.name Git - ansible.git/blob - playbooks/redhat/roles/sudo/tasks/main.yml
469b9ae63cc99727954b493c33eef2c014ca1f4e
[ansible.git] / playbooks / redhat / roles / sudo / tasks / main.yml
1 - name: Allow passwordless operations for phd
2   become: true
3   copy:
4     content: 'phd       ALL=(ALL:ALL) NOPASSWD: ALL'
5     dest: /etc/sudoers.d/phd
6     owner: root
7     group: root
8     mode: 0640