configurations-ansible/roles/ipfs
Claudio Maradonna 4ddb7d334a
add some debug messages; cleanup of some blocks; update some README with missing useful informations
2023-01-13 18:01:41 +01:00
..
defaults add architecture_mapping; add harden systemd for basic hardening role; add ipfs dedicated role 2022-11-22 15:04:17 +01:00
handlers add architecture_mapping; add harden systemd for basic hardening role; add ipfs dedicated role 2022-11-22 15:04:17 +01:00
meta add architecture_mapping; add harden systemd for basic hardening role; add ipfs dedicated role 2022-11-22 15:04:17 +01:00
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 add architecture_mapping; add harden systemd for basic hardening role; add ipfs dedicated role 2022-11-22 15:04:17 +01:00
tests add architecture_mapping; add harden systemd for basic hardening role; add ipfs dedicated role 2022-11-22 15:04:17 +01:00
vars add architecture_mapping; add harden systemd for basic hardening role; add ipfs dedicated role 2022-11-22 15:04:17 +01:00
.travis.yml add architecture_mapping; add harden systemd for basic hardening role; add ipfs dedicated role 2022-11-22 15:04:17 +01:00
README.md update README ipfs role 2022-11-22 15:07:30 +01:00

README.md

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