Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cj667113/ansible_mqtt_python_broker

Ansible script to install mqtt broker.
https://github.com/cj667113/ansible_mqtt_python_broker

ansible ansible-playbook bash bash-script debian mqtt mqtt-broker mqtt-server ptyhon3 python ubuntu

Last synced: 6 days ago
JSON representation

Ansible script to install mqtt broker.

Awesome Lists containing this project

README

        

# 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
```