plone / ansible-playbook

An Ansible playbook for automated deployment of full-stack Plone servers.
90 stars 74 forks source link

Plone 6 #147

Open me-kell opened 2 years ago

me-kell commented 2 years ago

Are there plans to make this playbook installing Plone 6?

stevepiercy commented 2 years ago

I don't know. A few contributors have moved on to different methods, including containers. It's been over a year since anyone contributed by merging a pull request. You're welcome to contribute yourself, of course, as this is open source.

You could consider the new Plone 6 install methods. See also the Deployment Training from PloneConf 2022.

Rudd-O commented 2 years ago

I'm using Salt to install Plone 6 based on container (podman container + podman pod) today:

https://github.com/Rudd-O/saltstack-automation/tree/master/formulas/plone

It supports multiple deployments as well as blue/green updates (though we don't wait until all currently-serving connections are finished, there are technical limitations to detect this situation being tracked here: https://github.com/Pylons/waitress/issues/182).