mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 05:06:56 -06:00
Updated READMEs. Fixed Centos nginx install. Changed directory structure.
This commit is contained in:
25
Ansible/examples/host_vars/rt/hosts.yml
Normal file
25
Ansible/examples/host_vars/rt/hosts.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
all:
|
||||
vars:
|
||||
ansible_user: "ubuntu"
|
||||
children:
|
||||
database:
|
||||
hosts:
|
||||
54.83.163.100:
|
||||
db_users:
|
||||
- { db_user: "artifactory", db_password: "{{ lookup('env', 'artifactory_password') }}" }
|
||||
dbs:
|
||||
- { db_name: "artifactory", db_owner: "artifactory" }
|
||||
primary:
|
||||
hosts:
|
||||
54.165.47.191:
|
||||
artifactory_version: 7.4.1
|
||||
artifactory_is_primary: true
|
||||
artifactory_license_file: "{{ lookup('env', 'artifactory_license_file') }}"
|
||||
db_download_url: "https://jdbc.postgresql.org/download/postgresql-42.2.12.jar"
|
||||
db_type: "postgresql"
|
||||
db_driver: "org.postgresql.Driver"
|
||||
db_url: "jdbc:postgresql://10.0.0.219:5432/artifactory"
|
||||
db_user: "artifactory"
|
||||
db_password: "{{ lookup('env', 'artifactory_password') }}"
|
||||
server_name: "ec2-54-165-47-191.compute-1.amazonaws.com"
|
||||
Reference in New Issue
Block a user