add roles support for worker nodes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user