Skip to content

Instantly share code, notes, and snippets.

@Craigson
Created February 4, 2021 01:19
Show Gist options
  • Save Craigson/7721e2e55940bd24940e9e3a069168ee to your computer and use it in GitHub Desktop.
Save Craigson/7721e2e55940bd24940e9e3a069168ee to your computer and use it in GitHub Desktop.
Deploy IPFS network playbook
- name: Deploy IPFS syntropy network
hosts: [localhost]
tasks:
- name: Create network
syntropynet.syntropy.syntropy_network:
name: ipfs-mesh
state: present
topology: mesh
connections:
ipfs:
services:
- ipfs0-gateway
- ipfs1
- ipfs2
- ipfs3
- ipfs4
- ipfs5
- ipfs6
- ipfs7
- ipfs8
- ipfs9
- ipfs10
- ipfs11
- ipfs12
- ipfs13
- ipfs14
- ipfs15
state: present
type: tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment