Different tasks added
This commit is contained in:
19
exec.yml
Normal file
19
exec.yml
Normal 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
|
||||
Reference in New Issue
Block a user