xoxys.mosquitto/defaults/main.yml

22 lines
608 B
YAML
Raw Normal View History

2018-11-04 23:21:13 +01:00
---
2018-11-05 00:10:22 +01:00
mosquitto_base_dir: /etc/mosquitto
mosquitto_pid_file: /var/run/mosquitto.pid
mosquitto_user: mosquitto
mosquitto_group: mosquitto
2018-11-05 00:10:22 +01:00
2017-12-18 09:52:02 +01:00
mosquitto_port: 1883
2017-12-17 14:18:23 +01:00
mosquitto_bind_address: "{{ ansible_default_ipv4.address }}"
2018-11-05 00:10:22 +01:00
mosquitto_persistence_enabled: False
mosquitto_persistence_path: /var/lib/mosquitto/mosquitto.db
2017-12-18 11:44:17 +01:00
2018-11-05 00:31:54 +01:00
mosquitto_iptables_enabled: False
2018-11-05 20:15:12 +01:00
mosquitto_password_auth_enabled: False
mosquitto_password_auth_file: "{{ mosquitto_base_dir }}/passwd"
mosquitto_acl_enabled: False
mosquitto_acl_file: "{{ mosquitto_base_dir }}/aclfile"
2017-12-18 11:44:17 +01:00
mosquitto_tls_enabled: False
2018-11-05 00:10:22 +01:00
mosquitto_ca_path: /etc/pki/tls/certs/