Skip to content

Releases: punktDe/ansible-proserver-template

v2.0

18 Jan 15:36
59f88c5
Compare
Choose a tag to compare

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

31 Aug 12:57
10aa1e7
Compare
Choose a tag to compare

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 or nginx)
    • 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 or typo3_test group
  • Remove Vagrant support
  • Replace the motd role with a more extensive system role, which can be used to manage many other aspects of your Proserver
  • Bumped the minimal Ansible version to 8.2.0