myos/ansible/playbooks/hosts.yml

9 lines
113 B
YAML
Raw Normal View History

2021-02-09 17:05:00 +01:00
---
# file: playbooks/hosts.yml
2021-07-14 21:38:30 +02:00
- hosts: '{{ target | default("hosts") }}'
2021-02-09 17:05:00 +01:00
roles:
- hosts
2021-07-14 21:38:30 +02:00
tags:
- hosts