Different tasks added
This commit is contained in:
13
system.fetch-files.yml
Normal file
13
system.fetch-files.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
# Fetch files from remote hosts
|
||||
#
|
||||
# Run:
|
||||
# ansible-playbook -i inventory/hosts tasks/system.fetch-files.yml
|
||||
#
|
||||
# Prepare:
|
||||
# See readme.md and init your workspace
|
||||
- hosts: all
|
||||
|
||||
roles:
|
||||
|
||||
- system-fetchfiles
|
||||
Reference in New Issue
Block a user