mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-05-15 07:48:35 -05:00
[ansible] JFrog Platform 7.18.6
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
|
||||
[xray_servers]
|
||||
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
|
||||
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
|
||||
[xray_servers]
|
||||
xray-1 ansible_host=x.x.x.x
|
||||
@@ -0,0 +1,6 @@
|
||||
# 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
|
||||
@@ -0,0 +1,6 @@
|
||||
# Replace x.x.x.x with public Ips of servers
|
||||
[postgres_servers]
|
||||
postgres-1 ansible_host=x.x.x.x
|
||||
|
||||
[xray_servers]
|
||||
xray-1 ansible_host=x.x.x.x
|
||||
@@ -0,0 +1,30 @@
|
||||
---
|
||||
- hosts: postgres_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- postgres
|
||||
|
||||
- hosts: artifactory_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- artifactory
|
||||
|
||||
- hosts: xray_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- xray
|
||||
|
||||
- hosts: distribution_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- distribution
|
||||
|
||||
- hosts: missionControl_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- missionControl
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
- hosts: postgres-servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- postgres
|
||||
|
||||
- hosts: artifactory-servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- artifactory
|
||||
|
||||
- hosts: xray-servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- xray
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- hosts: postgres_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- postgres
|
||||
|
||||
- hosts: artifactory_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- artifactory
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- hosts: postgres_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- postgres
|
||||
|
||||
- hosts: xray_servers
|
||||
collections:
|
||||
- jfrog.platform
|
||||
roles:
|
||||
- xray
|
||||
Reference in New Issue
Block a user