Live data from Hacker News

Sovereign: Ansible playbooks to build and maintain your own private cloud

github.com

1–10 of 145 posts

Re: Sovereign: Ansible playbooks to build and maintain your own private cloud

#3
Isn't this just duplicating effort that's probably already been done, in many cases by the first-party maintainers, in Dockerfiles?

I don't mean to start 'Docker vs. Ansible', I just wonder why if you wanted a quick way to setup a single-server 'own private cloud' you wouldn't just go with what already exists, and list the images you want in a docker-compose.yaml file?

(Which would additionally set you up for 'scaling' if you had any concern that you might be able to save some cash with a two or three smaller servers than one big one by the time you'd installed everything you want.)

Re: Sovereign: Ansible playbooks to build and maintain your own private cloud

#4
Does anyone here on HN have experience using Sovereign in a team setting? I have a few questions:

* Mobile contact and calendar syncing: How well and reliably does it work?

* Calendar group features: how well do they work?

* Setup and maintenance: how much hassle is involved?

Re: Sovereign: Ansible playbooks to build and maintain your own private cloud

#5
post #3

Isn't this just duplicating effort that's probably already been done, in many cases by the first-party maintainers, in Dockerfiles? I don't mean to start 'Docker vs. Ansible', I just wonder why if you wanted a quick way to setup a single-server 'own private cloud' you wouldn't just go with what already exists, and list the images you want in a docker-compose.yaml file? (Which would additionally set you up for 'scalin…

Isn't docker just duplicating effort that's already been done in LXC or jails?

Re: Sovereign: Ansible playbooks to build and maintain your own private cloud

#8
post #2

For my fellow HNers, this is "private cloud" in the meaning of Owncloud, not of Openstack.

I hear about Nextcloud a lot more than I hear about Owncloud. Does anyone know why this project uses Owncloud instead of Nextcloud?

Re: Sovereign: Ansible playbooks to build and maintain your own private cloud

#9
post #3

Isn't this just duplicating effort that's probably already been done, in many cases by the first-party maintainers, in Dockerfiles? I don't mean to start 'Docker vs. Ansible', I just wonder why if you wanted a quick way to setup a single-server 'own private cloud' you wouldn't just go with what already exists, and list the images you want in a docker-compose.yaml file? (Which would additionally set you up for 'scalin…

Not everyone wants Docker installed on their servers. It’s not a requirement with this playbook.

Furthermore, if you do want to use containers, there are tools like ansible-bender[1] that use Ansible to build container images.

[1] https://github.com/ansible-community/ansible-bender (edited the link to point to the ansible-community repo)

Post reply on HN