mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 11:06:56 -06:00
[ansible] JFrog Platform 7.18.6 (#110)
This commit is contained in:
committed by
GitHub
parent
12d4e96727
commit
224ece535d
@@ -1,9 +0,0 @@
|
||||
{{ ansible_managed | comment }}
|
||||
{
|
||||
"productId": "Ansible_Xray/{{ platform_collection_version }}-{{ xray_version }}",
|
||||
"features": [
|
||||
{
|
||||
"featureId": "Channel/{{ ansible_marketplace }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
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 }}
|
||||
@@ -1,24 +0,0 @@
|
||||
configVersion: 1
|
||||
shared:
|
||||
jfrogUrl: {{ jfrog_url }}
|
||||
node:
|
||||
ip: {{ ansible_host }}
|
||||
id: {{ ansible_date_time.iso8601_micro | to_uuid }}
|
||||
database:
|
||||
type: "{{ xray_db_type }}"
|
||||
driver: "{{ xray_db_driver }}"
|
||||
url: "{{ xray_db_url }}"
|
||||
username: "{{ xray_db_user }}"
|
||||
password: "{{ xray_db_password }}"
|
||||
rabbitMq:
|
||||
autoStop: true
|
||||
erlangCookie:
|
||||
value: "{{ xray_rabbitmq_default_cookie }}"
|
||||
url: "{{ xray_rabbitmq_url }}"
|
||||
username: "{{ xray_rabbitmq_user }}"
|
||||
password: "{{xray_rabbitmq_password }}"
|
||||
security:
|
||||
joinKey: {{ join_key }}
|
||||
router:
|
||||
entrypoints:
|
||||
internalPort: 8046
|
||||
Reference in New Issue
Block a user