configurations-ansible/roles/ipfs
2023-01-13 18:01:41 +01:00
..
defaults
handlers
meta
tasks add some debug messages; cleanup of some blocks; update some README with missing useful informations 2023-01-13 18:01:41 +01:00
templates
tests
vars
.travis.yml
README.md update README ipfs role 2022-11-22 15:07:30 +01:00

ipfs

This role setup ipfs-update and ipfs, systemd related files and start iptables-ipfs role

Requirements

.

Role Variables

  • ipfs_enabled (boolean): Enable or disable IPFS support
  • ipfs_setup (boolean): If true will setup IPFS installation with updater for the first time
  • ipfs_updater_version: ipfs-update version
  • ipfs_group: IPFS dedicated group
  • ipfs_user: IPFS dedicated user

Dependencies

.

Example Playbook

ansible-playbook -i inventory/example.yml handbook.yml --extra-vars="target=your_target ipfs_version=latest" --tags ipfs

License

GPLv3

Author Information