From 73b77e352661d62a13e41ae9fd5799a2e6aaedec Mon Sep 17 00:00:00 2001 From: Servesha Dudhgaonkar Date: Tue, 23 Apr 2019 12:09:48 +0530 Subject: [PATCH] firewalld: added port Signed-off-by: Servesha Dudhgaonkar --- ansible/roles/ceph-node-exporter/tasks/configure_firewall.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/ceph-node-exporter/tasks/configure_firewall.yml b/ansible/roles/ceph-node-exporter/tasks/configure_firewall.yml index cfad32f..20c75b2 100644 --- a/ansible/roles/ceph-node-exporter/tasks/configure_firewall.yml +++ b/ansible/roles/ceph-node-exporter/tasks/configure_firewall.yml @@ -16,4 +16,5 @@ permanent: true with_items: - 9100/tcp + - 9283/tcp when: "'enabled' in firewalld_status.stdout" -- 2.47.3