Skip to content

Releases: wcm-io-devops/ansible-role-apache

3.1.4-1

01 Feb 10:53
Compare
Choose a tag to compare

Updated

3.1.0-4

28 Oct 10:54
7af8252
Compare
Choose a tag to compare

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

3.1.0-3

21 Jul 07:58
eeb39eb
Compare
Choose a tag to compare

Updated

Fixed

  • Honor apache_listen_ip on Debian setups (#18 thanks to @rsanzante)

3.1.0-2

28 Oct 08:37
bd892f7
Compare
Choose a tag to compare

Added

  • syntax check before start / restart #14 (thanks to @pescobar)

3.1.0-1

06 Aug 11:06
Compare
Choose a tag to compare

Added

  • Remove vhosts.conf when apache_create_vhosts is false

Updated

Fixed

  • Do not use a2enmod, a2dismod on RedHat derivates, see #11

Removed

  • Dropped ubi8 support since this is not required.

3.0.3-1

03 Dec 10:58
2673b0d
Compare
Choose a tag to compare

Updated

Fixed

  • Lint issues

3.0.0-1 wcm_io_devops.apache

27 Aug 15:23
Compare
Choose a tag to compare

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 and apache_listen_port_ssl support (geerlingguy#150) on
    • Debian
    • RedHat
    • Amazon Linux
    • SUSE
    • Solaris