Skip to content

Commit

Permalink
updating code
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Mar 2, 2023
1 parent 9a83a96 commit 54b81fd
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions roles/qubinode_kvmhost_setup/tasks/rocky_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,13 @@
- name: Install RHEL/Fedora Web Console (Cockpit)
ansible.builtin.include_role:
name: linux-system-roles.cockpit
ignore_errors: true
vars:
cockpit_packages: full

- name: Configure Firewall for Web Console
ansible.builtin.include_role:
name: linux-system-roles.firewall
vars:
firewall:
service: cockpit
state: enabled
ignore_errors: true
when: not cicd_test|bool
ansible.posix.firewalld:
port: 9090/tcp
permanent: true
state: enabled
immediate: true
become: true

0 comments on commit 54b81fd

Please sign in to comment.