-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert into ansible role (#9) #10
base: master
Are you sure you want to change the base?
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 |
@@ -15,3 +14,10 @@ | |||
name: ipfs | |||
enabled: yes | |||
state: restarted | |||
|
|||
- name: restart IPFS Cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no reason to restart cluster just because IPFS role has run, is there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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) |
Fix routing condition in systemd unit file
Fixes #9:
group_vars/README.md
andhost_vars/README.md
withREADME.md
go-ipfs
andipfs-cluster
to latest stableNew Directory structure