Features:
- Automatic crdt and peers configuration.
- Downloads binaries for updates via local IPFS gateway, if already installed.
- Supports x86_64 and aarch64.
- Target system uses systemd
ipfs_cluster_version
: (it's obvious)ipfs_cluster_secret
: Required. Create one usingod -vN 32 -An -tx1 /dev/urandom | tr -d ' \n'
(see also: docs)ipfs_cluster_peer_ip
: Peer IP (default:ansible_default_ipv4
)ipfs_cluster_force_https_download
: Force downloading binary archive from https, even when service is running. Default:no
.
- hosts: ipfs
roles:
- ipfs
- ipfs-cluster
Adam "etam" Mizerski [email protected] https://etam-software.eu