Releases: wcm-io-devops/ansible-aem-dispatcher
Releases · wcm-io-devops/ansible-aem-dispatcher
1.5.0
What's Changed
- S3: Enable tasks to run on RHEL/CentOS 8 hosts by @bellackn in #18
- Migrate to GitHub actions by @tobias-richter in #19
- Add support for Ubuntu 22 by @tobias-richter in #20
Full Changelog: 1.4.0...1.5.0
1.4.0
1.3.0
Updated
min_ansible_version
is now2.4
- Optimized role dependency definition
Roles
name | from | to |
---|---|---|
wcm_io_devops.apache | 3.0.3-1 | 3.1.0-1 |
Added
- Introduced
aem_dispatcher_dependency_apache
in order to allow disabling of the Apache dependency in environments where Apache installation is done by a third party. See #15- Introduced
aem_dispatcher_apache_server_root
in order to overwrite the version specific apache server root
- Introduced
Fixed
1.2.0
Updated
- Default
aem_dispatcher_version
to4.3.2
Fixed
aem_dispatcher_libssl_path
for Ubuntu distributions
1.1.0
Updated
- migrated from
include
toinclude_tasks
- increased
min_ansible_version
to2.4
- Updated default
aem_dispatcher_version
to4.2.3
Roles
name | from | to |
---|---|---|
wcm_io_devops.apache | 3.0.0-1 | 3.0.3-1 |
Fixed
- Galaxy lint issues
1.0.0
Added
- introduced
aem_dispatcher_port
- introduced
aem_dispatcher_port_ssl
- introduced
aem_dispatcher_maven_repository_username
- introduced
aem_dispatcher_maven_repository_password
- introduced
aem_dispatcher_libssl_version
- Debian Strech Support
Removed
- default vhost removal on RedHat since this is now handled by https://galaxy.ansible.com/wcm_io_devops/apache
Updated
- renamed role from
aem-dispatcher
towcm_io_devops.aem_dispatcher
Variable renamings
from | to |
---|---|
dispatcher_version |
aem_dispatcher_version |
dispatcher_ssl_support |
aem_dispatcher_ssl_support |
dispatcher_download_path |
aem_dispatcher_download_path |
dispatcher_tarball_name |
aem_dispatcher_tarball_name |
dispatcher_tarball_sha1 |
aem_dispatcher_tarball_sha1 |
dispatcher_install_source |
aem_dispatcher_install_source |
dispatcher_url |
aem_dispatcher_url |
dispatcher_url_username |
aem_dispatcher_url_username |
dispatcher_url_password |
aem_dispatcher_url_password |
dispatcher_s3_bucket |
aem_dispatcher_s3_bucket |
dispatcher_s3_object |
aem_dispatcher_s3_object |
dispatcher_s3_access_key |
aem_dispatcher_s3_access_key |
dispatcher_s3_secret_key |
aem_dispatcher_s3_secret_key |
dispatcher_mvn_coordinates |
aem_dispatcher_maven_repository_coordinates |
dispatcher_libssl_path |
aem_dispatcher_libssl_path |
dispatcher_module_path |
aem_dispatcher_module_path |
Variable values
- changed value of
aem_dispatcher_install_source
fromnexus
tomaven_repository
when installing dispatcher from a maven repository
Dependencies
- changed dependency
geerlingguy.apache
towcm_io_devops.apache
Pre-Release 0.9.0
Initial (pre-)release in preparation of 1.0.0