Ansible Role: Deploy Nextcloud with MariaDB in a Podman Pod #552
Tronde
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Well, since this is the show and tell section I would like to tell you about this little project of mine.
With Tronde/ansible_role_deploy_nextcloud_with_mariadb_pod you're able to deploy a Nextcloud instance in a rootless Podman environment using a Pod to keep the different containers together in the same namespaces.
Currently, this role only supports running Nextcloud with a MariaDB, because that's the one I chose for my first deployment. I successfully deployed and did minor Nextcloud updates with it. So it's working in general.
Please let me know what you think about it.
My idea behind the project is to use Ansible and the Containers.Podman collection to create roles that deploy containerized software to rootless Podman environments. This way you could use your versioning control system and your Ansible controller to deploy multiple instances with specific parameters to Podman hosts.
Beta Was this translation helpful? Give feedback.
All reactions