-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add ansible role for Chroma #432
Conversation
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.
Minor comment but overall looks really good!
@JustNireon would you be able to take another look so we can merge this PR? |
WIll do on Wednesday |
@JustNireon Checking in, had any chance to take a look at this PR? |
@TobiasDeBruijn Sorry have been quite busy recently. Will check this tomorrow but LGTM :) |
Looks good! Later this week I'll deploy it to staging to check if everything is working. If that's okay we can merge to master :) Only minor thing that we can still look at is the version variable @TobiasDeBruijn. Maybe use a tag for the latest/production build and clone/pull that one? Since we do not want to update the variable in this repo every time there is a new version out. |
Should be able to do it, iirc GitHub has a releases/latest URL I can use. Will fix. |
Actions seem to be broken. |
690792b
to
b00166c
Compare
Signed-off-by: Tobias de Bruijn <[email protected]>
b00166c
to
f793f94
Compare
Looks good to merge I think. |
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.
Looks like this is ready, nice!
I've done some nitpicking, but after that those are fixed I think we can roll this out :)
Note that I haven't tested anything, as I don't have rights on the server anymore
Good to merge I think |
Docs URL doesn't seem to be working, please check |
Signed-off-by: Tobias de Bruijn <[email protected]>
Fixed that one! |
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.
Looks like all requests for changes have been implemented, code itself looks good as well. Deploy to staging also seems to be working, LGTM!
Awesome. Merge on Tuesday? |
Requires some work still, in the systemd service template there are some TODO's left.
Should work besides that?