2017-12-16 21:49:18 +00:00
|
|
|
## {{ ansible_managed }}
|
|
|
|
|
|
|
|
port {{ mosquitto_port }}
|
|
|
|
user {{ mosquitto_user }}
|
2017-12-16 22:15:17 +00:00
|
|
|
pid_file {{ mosquitto_pid_file }}
|
2017-12-16 21:49:18 +00:00
|
|
|
|
|
|
|
persistence_file mosquitto.db
|
|
|
|
|
|
|
|
log_dest syslog
|
|
|
|
log_dest stdout
|
|
|
|
log_dest topic
|
|
|
|
log_type error
|
|
|
|
log_type warning
|
|
|
|
log_type notice
|
|
|
|
log_type information
|
|
|
|
log_timestamp true
|
|
|
|
|
|
|
|
connection_messages true
|
|
|
|
allow_anonymous false
|
|
|
|
password_file /etc/mosquitto/passwd
|