mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
[ansible] JFrog Platform 7.19.8 (#130)
This commit is contained in:
committed by
GitHub
parent
0a88f1675a
commit
4ac8b06ce2
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}/"
|
||||
|
||||
@@ -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 }}/"
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user