mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 17:33:06 -06:00
add managing individual lines in mesh.properties using values from template
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
---
|
||||
atl_mesh_properties_raw: "{{ lookup('env', 'ATL_MESH_PROPERTIES') }}"
|
||||
atl_mesh_properties: "{{ atl_mesh_properties_raw.split(' ') | reject('equalto', '') | list }}"
|
||||
atl_mesh_volume_size: "{{ lookup('env', 'ATL_MESH_VOLUME_SIZE') or '50' }}"
|
||||
atl_mesh_azname_az1: "{{ lookup('env', 'ATL_MESH_AZNAME_AZ1') or '' }}"
|
||||
atl_mesh_azname_az2: "{{ lookup('env', 'ATL_MESH_AZNAME_AZ2') or '' }}"
|
||||
|
||||
Reference in New Issue
Block a user