configurations-ansible/roles/ipfs/README.md

39 lines
756 B
Markdown
Raw Permalink Normal View History

2022-11-22 15:07:30 +01:00
ipfs
=========
2022-11-22 15:07:30 +01:00
This role setup ipfs-update and ipfs, systemd related files and start iptables-ipfs role
Requirements
------------
2022-11-22 15:07:30 +01:00
.
Role Variables
--------------
2022-11-22 15:07:30 +01:00
- **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
------------
2022-11-22 15:07:30 +01:00
.
Example Playbook
----------------
2022-11-22 15:07:30 +01:00
ansible-playbook -i inventory/example.yml handbook.yml --extra-vars="target=your_target ipfs_version=latest" --tags ipfs
License
-------
2022-11-22 15:07:30 +01:00
GPLv3
Author Information
------------------
2022-11-22 15:07:30 +01:00
- [Claudio Maradonna](https://social.unitoo.it/claudio)