ansible-playbook icon indicating copy to clipboard operation
ansible-playbook copied to clipboard

An Ansible playbook for automated deployment of full-stack Plone servers.

Results 12 ansible-playbook issues
Sort by recently updated
recently updated
newest added

Closes #61. See related documentation update in https://github.com/plone/training/pull/470.

Are there plans to make this playbook installing Plone 6?

Simplifies using playbook to issue and use LetsEncrypt certificates.

If you specify a multi-line `plone_zope_conf_additional` value, it gets expanded in the buildout cfg without proper indentation. For example: local-configure.yml: ............................... ``` plone_zope_conf_additional: | session.type file session.data_dir ${buildout:var-dir}/sessions/data session.lock_dir ${buildout:var-dir}/sessions/lock...

Are there plans to make this playbook using Python 3?

Full failure report on the prompt for the plone-5.2/primary: ```` ... TASK [plone.plone_server : Superlance installed] ******************************* fatal: [bionic]: FAILED! => {"changed": false, "msg": "Unable to find any of pip3...

Would be nice to have, in my opinion. Are there any plans / ideas for it yet?

We should increase the default lockout fail2ban time. In the daily fail2ban reports for our servers I am seeing a lot of repeat doorknob jiggling. In my own servers for...

It's not clear *what* can be tested under [Testing with Vagrant](http://plone-ansible-playbook.readthedocs.io/en/latest/vagrant.html). It would be good to set the user expectation so they don't spend time trying to get something to...