Replace hardcoded 'master' group name with 'group_name_master' variable (#337)

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>
This commit is contained in:
Christian Berendt
2023-07-21 23:37:57 +02:00
committed by GitHub
parent bd44a9b126
commit 215690b55b
8 changed files with 25 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
---
# Name of the master group
group_name_master: master