Releases: wcm-io-devops/ansible-conga-ansible-controlhost
Releases · wcm-io-devops/ansible-conga-ansible-controlhost
2.4.0
2.3.0
Added
- Support for custom Maven settings via
controlhost_maven_settings_custom
Updated
- Raise dependency
geerlingguy.repo-epel
to1.2.4
Fixed
- Use
dict.items()
instead ofdict.iteritems()
in Jinja2 templates to ensure Python3 compatibility
Removed
- Installation of
awscli
OS package
2.2.0
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
Added
- introduced
controlhost_maven_artifact_threads
to controlmaven.artifact.threads
property
Fixed
- Sanitize maven repository ids when used inside variable names
- Fix ansible lint issues
- Fix deprecation warnings
2.0.3
Updated
- removed version from
srsp.oracle-java
dependency in order to always install the latest version
2.0.2
Fixed
- Galaxy lint issues
2.0.1
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
Added
- Support for overwriting
controlhost_packages_os
Updated
- Update
srsp.oracle-java
to2.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 ofcontrolhost_packages_pip
has changed!
1.3.0
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
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