Skip to content

Instantly share code, notes, and snippets.

@Craigson
Created January 11, 2021 23:07
Show Gist options
  • Select an option

  • Save Craigson/1012b2f84bcc58198ab3d5eb80516bf5 to your computer and use it in GitHub Desktop.

Select an option

Save Craigson/1012b2f84bcc58198ab3d5eb80516bf5 to your computer and use it in GitHub Desktop.
Build an MQTT network with Syntropy Stack and Ansible.
---
- 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