mirror of
https://github.com/fablabcb/fabaccess-cb.git
synced 2025-05-10 11:53:32 +02:00
15 lines
219 B
YAML
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 |