Skip to content

Releases: wcm-io-devops/ansible-conga-ansible-controlhost

2.4.0

09 Jan 14:23
Compare
Choose a tag to compare

Added

  • Added support for Python 3 (default)

Updated

  • Raised min. Ansible version to 2.5

2.3.0

11 Jul 12:55
306cc9c
Compare
Choose a tag to compare

Added

  • Support for custom Maven settings via controlhost_maven_settings_custom

Updated

  • Raise dependency geerlingguy.repo-epel to 1.2.4

Fixed

  • Use dict.items() instead of dict.iteritems() in Jinja2 templates to ensure Python3 compatibility

Removed

  • Installation of awscli OS package

2.2.0

15 Apr 14:04
Compare
Choose a tag to compare

Fixed

  • create .bashrc when necessary
  • fixed role srsp.oracle-java since the role did a major version change and we should stick to 2.*
  • Use correct path to bashrc in debug output

Added

  • added support for configuring maven mirrors

Removed

  • fixed version from andrewrothstein.terraform dependency in order to always have the latest version

2.1.0

10 Jan 20:15
f907947
Compare
Choose a tag to compare

Added

  • introduced controlhost_maven_artifact_threads to control maven.artifact.threads property

Fixed

  • Sanitize maven repository ids when used inside variable names
  • Fix ansible lint issues
  • Fix deprecation warnings

2.0.3

14 Dec 12:03
Compare
Choose a tag to compare

Updated

  • removed version from srsp.oracle-java dependency in order to always install the latest version

2.0.2

05 Dec 14:51
Compare
Choose a tag to compare

Fixed

  • Galaxy lint issues

2.0.1

05 Dec 14:15
Compare
Choose a tag to compare

Added

  • Add check for existing mvn binary to fail early and avoid errors from tasks with no_log attribute

Fixed

  • use controlhost_user for encrypting maven master password

2.0.0

03 Dec 11:05
Compare
Choose a tag to compare

Added

  • Support for overwriting controlhost_packages_os

Updated

  • Update srsp.oracle-java to 2.19.2

Fixed

  • Galaxy lint issues

Changed

  • Increased min_ansible_version to 2.4
  • Migrated PIP and OS package installation to recommended list installation format.
    • ⚠️ The format of controlhost_packages_pip has changed!

1.3.0

12 Nov 12:25
Compare
Choose a tag to compare

Added

  • introduced controlhost_packages_pip_enabled to enable/disable pip package installation
  • introduced controlhost_packages_os_enabled to enable/disable os package installation

1.2.0

06 Nov 16:27
92890df
Compare
Choose a tag to compare

Added

  • Support for disabling dependencies, introduced
    • controlhost_dependency_maven
    • controlhost_dependency_java
    • controlhost_dependency_epel
    • controlhost_dependency_terraform

Fixed

  • Configuration of maven settings-security.xml when provisioning another user as the current ssh user
  • Configuration of default editor