mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1190: Add supplied properties to the template.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
|
||||
atl_bitbucket_license_key: "{{ lookup('env', 'ATL_BB_LICENSEKEY') }}"
|
||||
atl_bitbucket_properties: "{{ lookup('env', 'ATL_BITBUCKET_PROPERTIES') }}"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Created by Ansible
|
||||
# Created by Ansible role `bitbucket_config`
|
||||
jdbc.driver={{ atl_db_driver }}
|
||||
jdbc.url={{ atl_jdbc_url }}
|
||||
jdbc.user={{ atl_jdbc_user }}
|
||||
@@ -34,3 +34,6 @@ server.scheme=http
|
||||
server.proxy-port=80
|
||||
{% endif %}
|
||||
|
||||
{% if atl_bitbucket_properties is defined $}
|
||||
{{ atl_bitbucket_properties }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user