infra-ansible
infra-ansible copied to clipboard
Provisioning of load-balancer fails because of failed firewalld service (caused by failed dbus)
The issue was encountered while running "lb-vms.yml" with "install" tag. The playbook fails during setup firewall rules because the firewalld service is failing. Firewalld service is failing because of dbus service is failed (can be seen in journalctl). To fix it, you have to:
- restart dbus.service
- restart firewalld.service
- rerun the playbook which
Note: This happens on CentOS 7 image.