mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
[ansible] JFrog Platform 7.18.6
This commit is contained in:
15
Ansible/examples/inventory/platform/hosts.ini
Normal file
15
Ansible/examples/inventory/platform/hosts.ini
Normal file
@@ -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
|
||||
9
Ansible/examples/inventory/rt-xray/hosts.ini
Normal file
9
Ansible/examples/inventory/rt-xray/hosts.ini
Normal file
@@ -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
|
||||
6
Ansible/examples/inventory/rt/hosts.ini
Normal file
6
Ansible/examples/inventory/rt/hosts.ini
Normal file
@@ -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
|
||||
6
Ansible/examples/inventory/xray/hosts.ini
Normal file
6
Ansible/examples/inventory/xray/hosts.ini
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user