Fixed taging for disabled host

This commit is contained in:
ladislav.dusa
2025-04-09 12:08:48 +02:00
parent 5fd82279f1
commit b2b98ef238
2 changed files with 1989 additions and 0 deletions

1983
api_call.log Executable file

File diff suppressed because it is too large Load Diff

6
roles/sudoers/tasks/main.yml Executable file
View 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*