Different tasks added

This commit is contained in:
2026-03-15 16:04:42 +01:00
parent 5746267ed1
commit e82e73e13f
62 changed files with 935 additions and 0 deletions

19
exec.yml Normal file
View File

@@ -0,0 +1,19 @@
---
# Execute custom scripts
#
# Run:
# ansible-playbook -i inventory/hosts tasks/exec.yml
#
# Prepare:
# See readme.md and init your workspace
# Vars:
# execute_script:
# - name: "syncssl"
# path: "/usr/local/bin/sync-froxlorssl.sh"
# - name: "syncdata"
# path: "/usr/local/bin/sync-froxlordata.sh"
- hosts: all
roles:
- exec