14 lines
161 B
YAML
14 lines
161 B
YAML
---
|
|
# Sync
|
|
#
|
|
# Run:
|
|
# ansible-playbook -i inventory/hosts tasks/sync.yml
|
|
#
|
|
# Prepare:
|
|
# See readme.md and init your workspace
|
|
- hosts: all
|
|
|
|
roles:
|
|
|
|
- sync
|