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