mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 03:06:59 -06:00
[Ansible] JFrog Platform 10.0.1 release (#166)
This commit is contained in:
committed by
GitHub
parent
8d5ff07819
commit
37bab36884
@@ -0,0 +1,22 @@
|
||||
discovery.seed_providers: file
|
||||
transport.port: {{ insight_es_transport_port }}
|
||||
transport.host: 0.0.0.0
|
||||
transport.publish_host: {{ ansible_host }}
|
||||
network.host: 0.0.0.0
|
||||
node.name: {{ ansible_host }}
|
||||
cluster.initial_master_nodes: {{ ansible_host }}
|
||||
bootstrap.memory_lock: false
|
||||
path.data: {{ insight_es_data_dir }}
|
||||
path.logs: {{ insight_es_log_dir }}
|
||||
|
||||
xpack.security.enabled: false
|
||||
searchguard.ssl.transport.pemcert_filepath: localhost.pem
|
||||
searchguard.ssl.transport.pemkey_filepath: localhost.key
|
||||
searchguard.ssl.transport.pemtrustedcas_filepath: root-ca.pem
|
||||
searchguard.ssl.transport.enforce_hostname_verification: false
|
||||
searchguard.ssl.transport.resolve_hostname: false
|
||||
searchguard.nodes_dn:
|
||||
- CN=localhost,OU=Ops,O=localhost\, Inc.,DC=localhost,DC=com
|
||||
searchguard.authcz.admin_dn:
|
||||
- CN=sgadmin,OU=Ops,O=sgadmin\, Inc.,DC=sgadmin,DC=com
|
||||
searchguard.enterprise_modules_enabled: false
|
||||
@@ -0,0 +1,15 @@
|
||||
discovery.seed_providers: file
|
||||
|
||||
{% if insight_elasticsearch_package | regex_search(".*oss-7.*") %}
|
||||
cluster.initial_master_nodes: {{ ansible_host }}
|
||||
{% endif %}
|
||||
|
||||
xpack.security.enabled: false
|
||||
path.data: {{ insight_es_home }}/data
|
||||
path.logs: {{ insight_es_home }}/logs
|
||||
|
||||
network.host: 0.0.0.0
|
||||
node.name: {{ ansible_host }}
|
||||
transport.host: 0.0.0.0
|
||||
transport.port: 9300
|
||||
transport.publish_host: {{ ansible_host }}
|
||||
@@ -0,0 +1,22 @@
|
||||
configVersion: 1
|
||||
shared:
|
||||
jfrogUrl: {{ jfrog_url }}
|
||||
node:
|
||||
ip: {{ ansible_host }}
|
||||
database:
|
||||
type: "{{ insight_db_type }}"
|
||||
driver: "{{ insight_db_driver }}"
|
||||
url: "{{ insight_db_url }}"
|
||||
username: "{{ insight_db_user }}"
|
||||
password: "{{ insight_db_password }}"
|
||||
elasticsearch:
|
||||
unicastFile: {{ insight_es_conf_base }}/unicast_hosts.txt
|
||||
password: {{ insight_es_password }}
|
||||
url: {{ insight_es_url }}
|
||||
username: {{ insight_es_user }}
|
||||
external: true
|
||||
security:
|
||||
joinKey: {{ join_key }}
|
||||
router:
|
||||
entrypoints:
|
||||
internalPort: 8046
|
||||
@@ -0,0 +1,12 @@
|
||||
#bootstrap.memory_lock: true
|
||||
discovery.seed_providers: file
|
||||
|
||||
xpack.security.enabled: false
|
||||
path.data: {{ insight_es_home }}/data
|
||||
path.logs: {{ insight_es_home }}/logs
|
||||
|
||||
network.host: 0.0.0.0
|
||||
node.name: {{ ansible_host }}
|
||||
transport.host: 0.0.0.0
|
||||
transport.port: 9300
|
||||
transport.publish_host: {{ ansible_host }}
|
||||
@@ -0,0 +1,23 @@
|
||||
configVersion: 1
|
||||
shared:
|
||||
jfrogUrl: {{ jfrog_url }}
|
||||
node:
|
||||
ip: {{ ansible_host }}
|
||||
database:
|
||||
type: "{{ insight_db_type }}"
|
||||
driver: "{{ insight_db_driver }}"
|
||||
url: "{{ insight_db_url }}"
|
||||
username: "{{ insight_db_user }}"
|
||||
password: "{{ insight_db_password }}"
|
||||
elasticsearch:
|
||||
unicastFile: {{ insight_es_conf_base }}/unicast_hosts.txt
|
||||
clusterSetup: YES
|
||||
password: {{ insight_es_password }}
|
||||
url: {{ insight_es_url }}
|
||||
username: {{ insight_es_user }}
|
||||
external: true
|
||||
security:
|
||||
joinKey: {{ join_key }}
|
||||
router:
|
||||
entrypoints:
|
||||
internalPort: 8046
|
||||
@@ -0,0 +1,9 @@
|
||||
{{ ansible_managed | comment }}
|
||||
{
|
||||
"productId": "Ansible_Insight/{{ platform_collection_version }}-{{ insight_version }}",
|
||||
"features": [
|
||||
{
|
||||
"featureId": "Channel/{{ ansible_marketplace }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{{ insight_systemyaml }}
|
||||
Reference in New Issue
Block a user