add roles support for worker nodes

This commit is contained in:
2025-08-09 21:46:23 +03:00
parent 55fdd58f92
commit c2f41356cb
4 changed files with 24 additions and 43 deletions

View File

@@ -67,6 +67,7 @@ func runPlaybook(playbookPath string, tags string) {
"ANSIBLE_DISPLAY_OK_HOSTS": "false",
"ANSIBLE_FORCE_COLOR": "true",
"ANSIBLE_HOST_KEY_CHECKING": "false",
"ANSIBLE_FORKS": config.Forks,
}
playbookOptions := getPlaybookParameters(tags)