Ensure nigel sudo ability is setup
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 17s

This commit is contained in:
shockrah 2025-04-23 22:25:23 -07:00
parent 2bbc9095f7
commit 55217ce50b

View File

@ -7,12 +7,9 @@
become: true become: true
tags: tags:
- setup - setup
- name: Ensure docker services are present and ready for configuration/usage - name: Ensure nigel can use sudo without password
tags:
- services
ansible.builtin.include_tasks:
file: ensure-docker-services.yaml
apply:
become: true become: true
tags: ansible.builtin.lineinfile:
- services path: /etc/sudoers
state: present
line: "nigel ALL=(ALL) NOPASSWD:ALL"