mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 17:06:58 -06:00
* Updated example hosts file to be explicit about pulling passwords,keys from env vars. * Updated changelog. * Update CHANGELOG.md Co-authored-by: Ram <1331672+chukka@users.noreply.github.com>
19 lines
642 B
YAML
19 lines
642 B
YAML
---
|
|
all:
|
|
vars:
|
|
ansible_user: "centos"
|
|
children:
|
|
xray:
|
|
vars:
|
|
xray_version: 3.3.0
|
|
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: "{{ lookup('env', 'xray_password') }}"
|
|
hosts:
|
|
3.17.132.222
|