Skip to content
Snippets Groups Projects
Commit 55cae529 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Merge branch 'fix-node-exporter-firewall-restart' into 'feat-hpc-factory'

fix: restart firewalld after change

See merge request !187
parents cb685673 e7ae10b8
No related branches found
No related tags found
2 merge requests!187fix: restart firewalld after change,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
Pipeline #13414 passed with stage
in 2 minutes and 13 seconds
...@@ -71,3 +71,9 @@ ...@@ -71,3 +71,9 @@
when: when:
- "'firewalld.service' in ansible_facts.services" - "'firewalld.service' in ansible_facts.services"
- ansible_facts.services["firewalld.service"].state == "running" - ansible_facts.services["firewalld.service"].state == "running"
- name: Enable and start firewalld
ansible.builtin.service:
name: firewalld
enabled: true
state: restarted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment