Updated READMEs. Fixed Centos nginx install. Changed directory structure.

This commit is contained in:
jefferyfry
2020-06-11 19:56:13 -07:00
parent 71bd6a6f65
commit 0ee82ab290
27 changed files with 178 additions and 247 deletions

View 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"