For improved flexibility and maintainability. * Update tasks in node role to use 'group_name_master' variable instead of hardcoded 'master' group name * Update tasks in master role to use 'group_name_master' variable instead of hardcoded 'master' group name * Update tasks in post role to use 'group_name_master' variable instead of hardcoded 'master' group name Signed-off-by: Christian Berendt <berendt@23technologies.cloud>
7 lines
141 B
YAML
7 lines
141 B
YAML
---
|
|
# Timeout to wait for MetalLB services to come up
|
|
metal_lb_available_timeout: 120s
|
|
|
|
# Name of the master group
|
|
group_name_master: master
|