Files
ansible-tasks/exec.yml
2026-03-15 16:04:42 +01:00

20 lines
347 B
YAML

---
# 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