DCD-1190: Move BB-specific variables out of the group vars to a common role.

This commit is contained in:
Steve Smith
2021-01-18 13:36:05 +11:00
parent b3b502549b
commit f539d33c5b
7 changed files with 19 additions and 8 deletions

View File

@@ -153,10 +153,3 @@ atl_rds_security_group: "{{ lookup('env', 'ATL_RDS_SECURITY_GROUP') }}"
atl_backup_manifest_url: "{{ lookup('env', 'ATL_BACKUP_MANIFEST_URL') }}"
atl_restore_required: "{{ atl_backup_manifest_url is defined and atl_backup_manifest_url != '' }}"
atl_bitbucket_license_key: "{{ lookup('env', 'ATL_BB_LICENSEKEY') }}"
atl_bitbucket_admin_password: "{{ lookup('env', 'ATL_BB_ADMIN_PASSWORD') }}"
atl_bitbucket_dataset_url: "{{ lookup('env', 'ATL_DATASET_URL') }}"
atl_bitbucket_baseurl: "{{ lookup('env', 'ATL_BB_BASEURL') }}"

View File

@@ -0,0 +1,5 @@
---
atl_bitbucket_baseurl: "{{ lookup('env', 'ATL_BB_BASEURL') }}"
atl_bitbucket_admin_password: "{{ lookup('env', 'ATL_BB_ADMIN_PASSWORD') }}"

View File

@@ -1 +0,0 @@
---

View File

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

View File

@@ -0,0 +1,4 @@
---
dependencies:
- bitbucket_common

View File

@@ -0,0 +1,3 @@
---
atl_bitbucket_dataset_url: "{{ lookup('env', 'ATL_DATASET_URL') }}"

View File

@@ -0,0 +1,4 @@
---
dependencies:
- bitbucket_common