Skip to content

Instantly share code, notes, and snippets.

@Craigson
Last active January 14, 2021 04:35
Show Gist options
  • Select an option

  • Save Craigson/1b780b0780fb04bb8cc92fafe6214d12 to your computer and use it in GitHub Desktop.

Select an option

Save Craigson/1b780b0780fb04bb8cc92fafe6214d12 to your computer and use it in GitHub Desktop.
create_syntropy_network
---
# tasks file for create_syntropy_network
- name: Create Syntropy Network
syntropynet.syntropy.syntropy_network:
name: "{{network_name}}"
state: present
topology: p2m
connections:
mqt_2_broker:
state: present
type: endpoint
services:
- mosquitto
connect_to:
mqtt:
state: present
services:
- nodejs-publisher
- nodejs-subscriber
type: tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment