Skip to content

Commit

Permalink
Removing 6900/tcp port from firewall to enable HE deployment
Browse files Browse the repository at this point in the history
Bug-Id: oVirt#283
Signed-off-by: parthdhanjal <[email protected]>
  • Loading branch information
parthdhanjal committed Jun 1, 2021
1 parent 63c2d14 commit 216dd84
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 216dd84

Please sign in to comment.