Releases: wcm-io-devops/ansible-role-apache
Releases · wcm-io-devops/ansible-role-apache
3.1.4-1
Updated
- update with https://github.com/geerlingguy/ansible-role-apache
- Migrate to github actions
- default
apache_ssl_protocol
andapache_ssl_cipher_suite
for ssllabs A+ rating
3.1.0-4
Added
- Support
ansible_check_mode
(#20 - thanks @rsanzante) - Add optional
apache_rhel_custom_vhosts_path
variable to set a custom path for virtual hosts on Redhat distributions
Updated
- Merge upstream (https://github.com/geerlingguy/ansible-role-apache)
3.1.0-3
Updated
- merged with upstream https://github.com/geerlingguy/ansible-role-apache
- Use different libselinux version for CentOS 7/8 (#15 )
Fixed
- Honor
apache_listen_ip
on Debian setups (#18 thanks to @rsanzante)
3.1.0-2
3.1.0-1
Added
- Remove vhosts.conf when
apache_create_vhosts
is false
Updated
- Updated to geerlingguy@f2b91ac (3.1.0)
- Compare: 3.0.3-1...wcm-io-devops:3.1.0-1
Fixed
- Do not use a2enmod, a2dismod on RedHat derivates, see #11
Removed
- Dropped ubi8 support since this is not required.
3.0.3-1
3.0.0-1 wcm_io_devops.apache
Added
- introduced
apache_remove_default_vhost_ssl
in order to remove default ssl vhost (geerlingguy#81, geerlingguy#21)- Debian
- RedHat
- Amazon Linux
- SUSE
Updated
apache_mods_enabled
is now supported (geerlingguy#150) on- Debian
- RedHat (New)
- Amazon Linux (New)
- SUSE (New)
Fixed
- Fixed
apache_listen_port
andapache_listen_port_ssl support
(geerlingguy#150) on- Debian
- RedHat
- Amazon Linux
- SUSE
- Solaris