Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cj667113/ansible_mqtt_python_broker
- Owner: cj667113
- Created: 2020-07-17T21:36:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T22:00:07.000Z (over 4 years ago)
- Last Synced: 2024-11-20T11:53:39.056Z (2 months ago)
- Topics: ansible, ansible-playbook, bash, bash-script, debian, mqtt, mqtt-broker, mqtt-server, ptyhon3, python, ubuntu
- Language: Shell
- Homepage:
- Size: 3.91 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
```
mkpasswd -m sha-512
```Place this file in the / directory.
## Execute the startup.sh
This will run the Broker in the background.
```
./startup.sh
```