Skip to content

cj667113/ansible_mqtt_python_broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANSIBLE MQTT PYTHON BROKER

Ansible script to install a MQTT Broker.

cred.conf

Make a file called cred.conf with your username and a SHA-512 hash of your password. This hash can be generated by using the command

mkpasswd -m sha-512

Place this file in the / directory.

Execute the startup.sh

This will run the Broker in the background.

./startup.sh