Created
January 11, 2021 23:07
-
-
Save Craigson/1012b2f84bcc58198ab3d5eb80516bf5 to your computer and use it in GitHub Desktop.
Build an MQTT network with Syntropy Stack and Ansible.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - name: Deploy Broker | |
| hosts: broker | |
| vars: | |
| subnet: 172.20.0.0/24 | |
| agent_name: "mqt_2_broker" | |
| agent_tags: "mqtt" | |
| agent_provider: "6" | |
| roles: | |
| - create_docker_network | |
| - launch_syntropy_agent | |
| - launch_mosquitto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment