[ansible] JFrog Platform 7.18.6 (#110)

This commit is contained in:
Ram Mohan Rao Chukka
2021-05-10 13:08:30 +05:30
committed by GitHub
parent 12d4e96727
commit 224ece535d
132 changed files with 164 additions and 118 deletions

View File

@@ -1,15 +0,0 @@
# 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

View File

@@ -1,9 +0,0 @@
# 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

View File

@@ -1,6 +0,0 @@
# 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

View File

@@ -1,6 +0,0 @@
# 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

View File

@@ -1,30 +0,0 @@
---
- 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

View File

@@ -1,18 +0,0 @@
---
- hosts: postgres-servers
collections:
- jfrog.platform
roles:
- postgres
- hosts: artifactory-servers
collections:
- jfrog.platform
roles:
- artifactory
- hosts: xray-servers
collections:
- jfrog.platform
roles:
- xray

View File

@@ -1,12 +0,0 @@
---
- hosts: postgres_servers
collections:
- jfrog.platform
roles:
- postgres
- hosts: artifactory_servers
collections:
- jfrog.platform
roles:
- artifactory

View File

@@ -1,12 +0,0 @@
---
- hosts: postgres_servers
collections:
- jfrog.platform
roles:
- postgres
- hosts: xray_servers
collections:
- jfrog.platform
roles:
- xray