From 753bcbf89a9c7e3f106dbd7600d5686e2da24d15 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 17 Dec 2017 14:21:33 +0100 Subject: [PATCH] change default port --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 4992e69..1ed4b21 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,6 @@ mosquitto_user: mosquitto mosquitto_group: mosquitto -mosquitto_port: 61000 +mosquitto_port: 8883 mosquitto_bind_address: "{{ ansible_default_ipv4.address }}" mosquitto_pid_dir: /var/run mosquitto_base_dir: /etc/mosquitto