fabaccess-cb/ansible/setup.yaml
2024-02-09 16:49:40 +01:00

15 lines
219 B
YAML

---
- name: Setup all hosts with common behaviour
hosts: all
roles:
- common
tags:
- common
- name: Setup mosquitto
# gather_facts: no
hosts: mosquitto
roles:
- mosquitto
tags:
- mosquitto