mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 05:06:56 -06:00
[Ansible] JFrog Platform 10.0.1 release (#166)
This commit is contained in:
committed by
GitHub
parent
8d5ff07819
commit
37bab36884
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
|
||||
Reference in New Issue
Block a user