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

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