xoxys.mosquitto/molecule/centos7/converge.yml

11 lines
171 B
YAML
Raw Normal View History

2019-06-10 16:14:35 +02:00
---
- name: Converge
hosts: all
2019-10-18 09:50:23 +02:00
vars:
mosquitto_packages_extra:
- epel-release
mosquitto_bind_address: "127.0.0.1"
2019-06-10 16:14:35 +02:00
roles:
- role: xoxys.mosquitto