mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 03:06:57 -06:00
[Ansible] JFrog Platform 10.0.1 release (#166)
This commit is contained in:
committed by
GitHub
parent
8d5ff07819
commit
37bab36884
@@ -11,5 +11,5 @@ xray-1 ansible_host=x.x.x.x
|
||||
[distribution_servers]
|
||||
distribution-1 ansible_host=x.x.x.x
|
||||
|
||||
[missionControl_servers]
|
||||
missionControl-1 ansible_host=x.x.x.x
|
||||
[insight_servers]
|
||||
insight-1 ansible_host=x.x.x.x
|
||||
|
||||
8
Ansible/examples/inventory/rt-ha/hosts.ini
Normal file
8
Ansible/examples/inventory/rt-ha/hosts.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
# Replace x.x.x.x with public Ips of servers
|
||||
[postgres_servers]
|
||||
postgres-1 ansible_host=x.x.x.x
|
||||
|
||||
[artifactory_servers]
|
||||
artifactory-1 ansible_host=x.x.x.x
|
||||
artifactory-2 ansible_host=x.x.x.x
|
||||
artifactory-3 ansible_host=x.x.x.x
|
||||
@@ -3,28 +3,36 @@
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- postgres
|
||||
- role: postgres
|
||||
when: postgres_enabled | bool
|
||||
|
||||
- hosts: artifactory_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
serial:
|
||||
- 1
|
||||
- 100%
|
||||
roles:
|
||||
- artifactory
|
||||
- role: artifactory
|
||||
when: artifactory_enabled | bool
|
||||
|
||||
- hosts: xray_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- xray
|
||||
- role: xray
|
||||
when: xray_enabled | bool
|
||||
|
||||
- hosts: distribution_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- distribution
|
||||
- role: distribution
|
||||
when: distribution_enabled | bool
|
||||
|
||||
- hosts: missionControl_servers
|
||||
- hosts: insight_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- missionControl
|
||||
- role: insight
|
||||
when: insight_enabled | bool
|
||||
|
||||
@@ -8,11 +8,16 @@
|
||||
- hosts: artifactory_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
serial:
|
||||
- 1
|
||||
- 100%
|
||||
roles:
|
||||
- artifactory
|
||||
- role: artifactory
|
||||
when: artifactory_enabled | bool
|
||||
|
||||
- hosts: xray_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- xray
|
||||
- role: xray
|
||||
when: xray_enabled | bool
|
||||
|
||||
@@ -3,10 +3,15 @@
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- postgres
|
||||
- role: postgres
|
||||
when: postgres_enabled | bool
|
||||
|
||||
- hosts: artifactory_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
serial:
|
||||
- 1
|
||||
- 100%
|
||||
roles:
|
||||
- artifactory
|
||||
- role: artifactory
|
||||
when: artifactory_enabled | bool
|
||||
|
||||
@@ -3,10 +3,12 @@
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- postgres
|
||||
- role: postgres
|
||||
when: postgres_enabled | bool
|
||||
|
||||
- hosts: xray_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- xray
|
||||
- role: xray
|
||||
when: xray_enabled | bool
|
||||
|
||||
Reference in New Issue
Block a user