[ansible] JFrog Platform 7.18.6

This commit is contained in:
Ram
2021-05-10 13:21:22 +05:30
parent 224ece535d
commit 4c40d2c400
126 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{{ ansible_managed | comment }}
{
"productId": "Ansible_Xray/{{ platform_collection_version }}-{{ xray_version }}",
"features": [
{
"featureId": "Channel/{{ ansible_marketplace }}"
}
]
}

View File

@@ -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 }}

View File

@@ -0,0 +1,3 @@
{% if (xray_systemyaml) and (xray_systemyaml|length > 0) %}
{{ xray_systemyaml }}
{% endif %}