Fixed xray dbutil rpm package.

This commit is contained in:
jefferyfry
2020-06-02 15:36:35 -07:00
parent 318ecd0584
commit 71bd6a6f65
6 changed files with 799 additions and 3 deletions

View 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

View File

@@ -0,0 +1,4 @@
---
- hosts: xray
roles:
- xray