this post was submitted on 29 Jun 2023
15 points (100.0% liked)
Aotearoa / New Zealand
1656 readers
6 users here now
Kia ora and welcome to !newzealand, a place to share and discuss anything about Aotearoa in general
- For politics , please use !politics@lemmy.nz
- Shitposts, circlejerks, memes, and non-NZ topics belong in !offtopic@lemmy.nz
- If you need help using Lemmy.nz, go to !support@lemmy.nz
- NZ regional and special interest communities
Rules:
FAQ ~ NZ Community List ~ Join Matrix chatroom
Banner image by Bernard Spragg
Got an idea for next month's banner?
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why ansible and not the current docker deployment?
Ansible does use docker, it's almost the same thing but automated.
The main driver originally was because the ansible setup seems to be kept up to date where as following the manual docker install instructions leads to many things not set up right because they haven't been kept up to date (admittedly it's getting better).
The update instructions are pretty brief. It basically says to update the docker tags to point to the new version. This did not work for 0.18.0 because there we other changes. Having an ansible update process would hopefully make things easier in terms of updates. It also means the setup would be exactly like what they expect, currently we have a few differences (e.g. reverse proxy running traefik in docker).