I was following the following doc to prepare bastion node. But getting the following error:
failed: [localhost] (item=haproxy) => {"ansible_loop_var": "item", "changed": false, "item": "haproxy", "msg": "Unable to start service haproxy: Job for haproxy.service failed because the control process exited with error code.\nSee \"systemctl status haproxy.service\" and \"journalctl -xe\" for details.\n"}
.
.
.
localhost : ok=29 changed=20 unreachable=0 failed=1 skipped=29 rescued=1 ignored=0
I was following the following doc to prepare bastion node. But getting the following error:
Doc: https://github.com/RedHatOfficial/ocp4-helpernode Here is the full log:
vars-ppc64le.yaml contents:
Any idea what could be the issue?