summaryrefslogtreecommitdiffstats
path: root/setup/configs/labels.yml
blob: 1c5f19ff2881ee87cf355bece013be617e7773c1 (plain)
1
2
3
4
5
6
---
ands_openshift_labels: 
  region: "infra"
  zone: "default"
  master: "{{ ( 'masters' in group_names ) | ternary(1, 0) }}"
  fat_storage: "{{ ( 'storage_nodes' in group_names ) | ternary(1, 0) }}"