Last active
January 14, 2021 04:35
-
-
Save Craigson/1b780b0780fb04bb8cc92fafe6214d12 to your computer and use it in GitHub Desktop.
create_syntropy_network
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
| --- | |
| # 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