Robert Kaussow
dcddcb3486
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Robert Kaussow <xoxys@rknet.org> Co-committed-by: Robert Kaussow <xoxys@rknet.org>
11 lines
171 B
YAML
11 lines
171 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
vars:
|
|
mosquitto_packages_extra:
|
|
- epel-release
|
|
mosquitto_bind_address: "127.0.0.1"
|
|
|
|
roles:
|
|
- role: xoxys.mosquitto
|