DCD-1190: Add supplied properties to the template.

This commit is contained in:
Steve Smith
2021-01-18 14:18:21 +11:00
parent f539d33c5b
commit 08b38ec7fb
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
---
atl_bitbucket_license_key: "{{ lookup('env', 'ATL_BB_LICENSEKEY') }}"
atl_bitbucket_properties: "{{ lookup('env', 'ATL_BITBUCKET_PROPERTIES') }}"

View File

@@ -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 %}