From 216dd84a0e9368ea6f5bce4e0c8c6052c3883ce2 Mon Sep 17 00:00:00 2001 From: parthdhanjal Date: Tue, 1 Jun 2021 14:52:51 +0530 Subject: [PATCH] Removing 6900/tcp port from firewall to enable HE deployment Bug-Id: https://github.com/oVirt/ovirt-ansible-collection/issues/283 Signed-off-by: parthdhanjal --- .../tasks/bootstrap_local_vm/05_add_host.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/hosted_engine_setup/tasks/bootstrap_local_vm/05_add_host.yml b/roles/hosted_engine_setup/tasks/bootstrap_local_vm/05_add_host.yml index 4389ff1b..fdf6cb44 100644 --- a/roles/hosted_engine_setup/tasks/bootstrap_local_vm/05_add_host.yml +++ b/roles/hosted_engine_setup/tasks/bootstrap_local_vm/05_add_host.yml @@ -1,4 +1,9 @@ --- +- name: Remove port 6900/tcp to enable HE deployment + ansible.posix.firewalld: + port: 6900/tcp + permanent: yes + state: disabled - name: Add host block: - name: Wait for ovirt-engine service to start