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: 2 months ago
JSON representation
Ansible script to install mqtt broker.
- Host: GitHub
- URL: https://github.com/cj667113/ansible_mqtt_python_broker
- Owner: cj667113
- License: mit
- Created: 2020-07-17T21:36:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T19:02:16.000Z (about 1 year ago)
- Last Synced: 2025-04-29T19:25:48.505Z (about 1 year ago)
- Topics: ansible, ansible-playbook, bash, bash-script, debian, mqtt, mqtt-broker, mqtt-server, ptyhon3, python, ubuntu
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 in Ubuntu
```
mkpasswd -m sha-512
```
For OEL9 Use
```
openssl passwd -6 ''
```
The format should look like
```
:
```
Ensure this file in the / directory.
## mqtt.conf
Move the mqtt.conf file to /mqtt.conf
## Execute the startup.sh
This will run the Broker in the background.
```
./startup.sh
```