mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 11:06:56 -06:00
[ansible] Example hosts file to be explicit about pulling passwords,keys from env vars (#65)
* 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>
This commit is contained in:
@@ -13,6 +13,6 @@ all:
|
||||
db_driver: "org.postgresql.Driver"
|
||||
db_url: "postgres://10.0.0.5:5432/xraydb?sslmode=disable"
|
||||
db_user: "xray"
|
||||
db_password: "xray"
|
||||
db_password: "{{ lookup('env', 'xray_password') }}"
|
||||
hosts:
|
||||
3.17.132.222
|
||||
|
||||
Reference in New Issue
Block a user