mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 07:06:56 -06:00
Fixed licenses in Ansible playbook.
This commit is contained in:
@@ -37,7 +37,9 @@
|
|||||||
db_url: "jdbc:postgresql://{{ AWSDeployment.stack_outputs.DBInstancePrivate }}:5432/artifactory"
|
db_url: "jdbc:postgresql://{{ AWSDeployment.stack_outputs.DBInstancePrivate }}:5432/artifactory"
|
||||||
server_name: "{{ AWSDeployment.stack_outputs.ALBHostName }}"
|
server_name: "{{ AWSDeployment.stack_outputs.ALBHostName }}"
|
||||||
artifactory_is_primary: true
|
artifactory_is_primary: true
|
||||||
artifactory_license_file: "{{ lookup('env', 'artifactory_license_file') }}"
|
artifactory_license1: "{{ lookup('env', 'artifactory_license1') }}"
|
||||||
|
artifactory_license2: "{{ lookup('env', 'artifactory_license2') }}"
|
||||||
|
artifactory_license3: "{{ lookup('env', 'artifactory_license3') }}"
|
||||||
groups:
|
groups:
|
||||||
- artifactory
|
- artifactory
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user