[ansible] JFrog Platform 7.19.8 (#130)

This commit is contained in:
Ram Mohan Rao Chukka
2021-06-10 21:29:51 +05:30
committed by GitHub
parent 0a88f1675a
commit 4ac8b06ce2
12 changed files with 16 additions and 16 deletions

View File

@@ -1,16 +1,19 @@
# JFrog Platform Ansible Collection Changelog
All changes to this collection will be documented in this file.
## [7.9.4] - May 31, 2021
## [7.19.8] - June 10, 2021
* Fix Missioncontrol ES start issue
## [7.19.4] - May 31, 2021
* Moved product versions from `groups_vars/all/package_version.yml` to roles/<product>/defaults
* Added variable to configure postgres apt key (`postgres_apt_key_url`) and id (`postgres_apt_key_id`)
* Squashed bugs from previous release
## [7.8.6] - May 10, 2021
## [7.18.6] - May 10, 2021
* Fixed broken URLs in ansible galaxy - [108](https://github.com/jfrog/JFrog-Cloud-Installers/issues/108)
* Added variable to configure system.yaml (using `<product>_systemyaml`) and binarystore.xml (using `artifactory_binarystore`)
## [7.8.5] - May 3, 2021
## [7.18.5] - May 3, 2021
* Added new `jfrog.platform` collection with Artifactory, Distribution, Missioncontrol and Xray roles
* Published `jfrog.platform` galaxy [collection](https://galaxy.ansible.com/jfrog/platform) release
* Added new `groups_vars/all/package_version.yml` file to define product versions

View File

@@ -9,7 +9,7 @@ namespace: "jfrog"
name: "platform"
# The version of the collection. Must be compatible with semantic versioning
version: "7.19.4"
version: "7.19.8"
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: "README.md"

View File

@@ -2,7 +2,7 @@
# defaults file for artifactory
# The version of artifactory to install
artifactory_version: 7.19.4
artifactory_version: 7.19.8
# Set this to true when SSL is enabled (to use artifactory_nginx_ssl role), default to false (implies artifactory uses artifactory_nginx role )
artifactory_nginx_ssl_enabled: false

View File

@@ -1,6 +1,6 @@
---
# platform collection version
platform_collection_version: 7.19.4
platform_collection_version: 7.19.8
# indicates where this collection was downloaded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy

View File

@@ -1,6 +1,6 @@
---
# platform collection version
platform_collection_version: 7.19.4
platform_collection_version: 7.19.8
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy

View File

@@ -2,7 +2,7 @@
# defaults file for mc
# The version of missioncontrol to install
missioncontrol_version: 4.7.4
missioncontrol_version: 4.7.5
# whether to enable HA
mc_ha_enabled: false

View File

@@ -155,8 +155,7 @@
- name: Start elasticsearch
become: yes
become_user: elasticsearch
shell: "{{ mc_es_script_path }}/elasticsearch -d"
shell: "su -c '{{ mc_es_script_path }}/elasticsearch -d' elasticsearch"
environment:
JAVA_HOME: "{{ mc_es_java_home }}"
ES_PATH_CONF: "{{ mc_es_conf_base }}/"

View File

@@ -102,9 +102,7 @@
- name: Start elasticsearch
become: yes
become_user: elasticsearch
ignore_errors: yes
shell: "{{ mc_es_script_path }}/elasticsearch -d"
shell: "su -c '{{ mc_es_script_path }}/elasticsearch -d' elasticsearch"
environment:
JAVA_HOME: "{{ mc_es_java_home }}"
ES_PATH_CONF: "{{ mc_es_conf_base }}/"

View File

@@ -1,6 +1,6 @@
---
# platform collection version
platform_collection_version: 7.19.4
platform_collection_version: 7.19.8
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy

View File

@@ -2,7 +2,7 @@
# defaults file for xray
# The version of xray to install
xray_version: 3.25.1
xray_version: 3.26.1
# whether to enable HA
xray_ha_enabled: false

View File

@@ -1,6 +1,6 @@
---
# platform collection version
platform_collection_version: 7.19.4
platform_collection_version: 7.19.8
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy