13 lines
210 B
YAML
13 lines
210 B
YAML
---
|
|
# 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 |