mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 12:06:56 -06:00
Fixed xray dbutil rpm package.
This commit is contained in:
17
Ansible/project/xray/hosts.yml
Normal file
17
Ansible/project/xray/hosts.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
all:
|
||||
vars:
|
||||
ansible_user: "centos"
|
||||
children:
|
||||
xray:
|
||||
vars:
|
||||
jfrog_url: http://ec2-18-210-33-94.compute-1.amazonaws.com
|
||||
master_key: "c97b862469de0d94fbb7d48130637a5a"
|
||||
join_key: "9bcca98f375c0728d907cc6ee39d4f02"
|
||||
db_type: "postgresql"
|
||||
db_driver: "org.postgresql.Driver"
|
||||
db_url: "postgres://10.0.0.5:5432/xraydb?sslmode=disable"
|
||||
db_user: "xray"
|
||||
db_password: "xray"
|
||||
hosts:
|
||||
3.17.132.222
|
||||
4
Ansible/project/xray/playbook.yml
Normal file
4
Ansible/project/xray/playbook.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- hosts: xray
|
||||
roles:
|
||||
- xray
|
||||
Reference in New Issue
Block a user