Releases: punktDe/ansible-proserver-template
Releases · punktDe/ansible-proserver-template
v2.0
Breaking changes
Starting with v2.0, Ansible Galaxy is used to manage role dependencies instead of Git submodules.
In order to migrate an existing project from Git modules to Ansible Galaxy, it is necessary to remove every role submodule as follows:
git rm roles/<rolename>
After that, you will also need to add the role path to .gitignore
.
Full Changelog: v1.0...v2.0
v1.0
First stable template release
Changes from the last version:
- Added Apache, as well as Apache templates for TYPO3 and Mailhog
- Note: The oauth2_proxy integration has not been tested with Apache yet and is not guaranteed to work
- Added the ability to switch between Apache and Nginx by adding the host to the respective inventory group (
apache
ornginx
)- By default, Nginx is used
- Added Apache Solr and Apache Tika
- You can install Solr and Tika on your Proserver host by adding it to the
solr
,typo3
ortypo3_test
group
- You can install Solr and Tika on your Proserver host by adding it to the
- Remove Vagrant support
- Replace the
motd
role with a more extensivesystem
role, which can be used to manage many other aspects of your Proserver - Bumped the minimal Ansible version to 8.2.0