Skip to content

Commit

Permalink
Don't test the monitoring_client firewall tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
drmatthews committed Dec 21, 2023
1 parent 17a6a59 commit 05d8d1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/monitoring_client/tasks/install_node_exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
permanent: true
immediate: true
state: enabled
tags:
- molecule-notest

- name: Open internal node_exporter port to monitoring server
ansible.posix.firewalld:
Expand All @@ -76,3 +78,5 @@
permanent: true
immediate: true
state: enabled
tags:
- molecule-notest

0 comments on commit 05d8d1a

Please sign in to comment.