refs #8025 awx playbook, sudoers permission fix

This commit is contained in:
Juan Ferrer 2024-09-25 23:27:55 +02:00
parent fc7a5e6d7d
commit dff36cc46f
2 changed files with 7 additions and 1 deletions

6
playbooks/awx.yml Normal file
View File

@ -0,0 +1,6 @@
- hosts: all
gather_facts: no
tasks:
- name: Configure AWX user
import_role:
name: awx

View File

@ -6,6 +6,6 @@
copy:
src: sudoers
dest: /etc/sudoers.d/vn
mode: u=rw,g=r
mode: u=rw,g=r,o=
owner: root
group: root