main #31

Merged
juan merged 154 commits from main into lab 2024-10-16 15:22:43 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit dff36cc46f - Show all commits

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