Init cluster error on master role #184
-
hey @timothystewart6, Expected Behaviormaster node role should copy the templates to destination as noted on the roles Current BehaviorThis should copy the templates to destination as noted on the roles but it fails to template the files under templates folder for master role. ##error
Steps to Reproducechanged all the required lines under hosts.ini and all.yaml Context (variables)ubuntu 22.04 running on proxmox vm ##Question |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
be sure to check #20 This works on 22.04, we test it in CI with 22.04 |
Beta Was this translation helpful? Give feedback.
-
I get an error in the exact location. hostvars[groups['master'][0]] is fine, but for other master IP (i.e., else block:
ansible [core 2.12.10] |
Beta Was this translation helpful? Give feedback.
-
@timothystewart6, can you provide an example/expected output of |
Beta Was this translation helpful? Give feedback.
-
I ended up here with the same error. I got past that error by changing
after I noticed this part of the error hope it helps the next person |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
be sure to check #20 This works on 22.04, we test it in CI with 22.04