Convert into ansible role (#9)#10
Conversation
|
Looking good |
|
Test setup done, role working properly. Still need to:
|
|
@madoke thanks for the work here, I am working on testing your changes here and plan to submit some feedback. currently running into something on Ubuntu 20.04 where the i got around it by installing |
|
hey @rssnyder thanks for the efforts, i did use centos for my setup. I'll look into that over the next few days, as well as fixing the conflicts too. Cheers |
| enabled: yes | ||
| state: restarted | ||
|
|
||
| - name: restart IPFS Cluster |
There was a problem hiding this comment.
There's no reason to restart cluster just because IPFS role has run, is there?
There was a problem hiding this comment.
didn't get this one. the handler is called only if there are tasks with notify: restart IPFS Cluster am I missing something ?
|
In the meantime, the molecule tests stopped working in the latest docker version (4.3.0) because of a change in cgroups that affects systemd. I suggest removing them or converting to vagrant for example (which im already doing on a separate branch) |
…er variables. Change GracePeriod to an optional variable too
Add default values for ipfs_connmgr_low_water / ipfs_connmgr_high_water variables. Change GracePeriod to an optional variable too
On a system with umask 027, the version-specific kubo folder and its subfolder are not accessible to the 'ipfs' user, and ipfs won't start. Enforce 0755 on these folders.
Fix permissions on kubo subfolders.
Fixes #9:
group_vars/README.mdandhost_vars/README.mdwithREADME.mdgo-ipfsandipfs-clusterto latest stableNew Directory structure