9 lines
121 B
YAML
9 lines
121 B
YAML
---
|
|
# file: playbooks/remotes.yml
|
|
|
|
- hosts: '{{ target | default("remotes") }}'
|
|
roles:
|
|
- remotes
|
|
tags:
|
|
- remotes
|