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