mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
Fixed taging for disabled host
This commit is contained in:
1983
api_call.log
Executable file
1983
api_call.log
Executable file
File diff suppressed because it is too large
Load Diff
6
roles/sudoers/tasks/main.yml
Executable file
6
roles/sudoers/tasks/main.yml
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
- name: Allow the backup jd to sudo /myapps/omv_backup.py
|
||||||
|
community.general.sudoers:
|
||||||
|
name: allow-backup
|
||||||
|
state: present
|
||||||
|
user: jd
|
||||||
|
commands: /myapps/omv_backup.py*
|
Reference in New Issue
Block a user