xoxys.mosquitto/molecule/ec2-centos-7/playbook.yml

11 lines
171 B
YAML
Raw Normal View History

2019-06-10 16:14:35 +02:00
---
- name: Converge
hosts: all
2019-06-10 17:30:41 +02:00
vars:
2019-08-06 21:24:37 +02:00
mosquitto_packages_extra:
- epel-release
mosquitto_bind_address: "127.0.0.1"
2019-06-10 16:14:35 +02:00
roles:
- role: xoxys.mosquitto