mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 03:06:59 -06:00
[ansible] JFrog Platform 7.18.6
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{{ ansible_managed | comment }}
|
||||
{
|
||||
"productId": "Ansible_Xray/{{ platform_collection_version }}-{{ xray_version }}",
|
||||
"features": [
|
||||
{
|
||||
"featureId": "Channel/{{ ansible_marketplace }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
loopback_users.guest = false
|
||||
listeners.tcp.default = 5672
|
||||
hipe_compile = false
|
||||
management.listener.port = 15672
|
||||
management.listener.ssl = false
|
||||
cluster_partition_handling = autoheal
|
||||
default_user = {{ xray_rabbitmq_user }}
|
||||
|
||||
default_pass = {{ xray_rabbitmq_password }}
|
||||
@@ -0,0 +1,3 @@
|
||||
{% if (xray_systemyaml) and (xray_systemyaml|length > 0) %}
|
||||
{{ xray_systemyaml }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user