From: Servesha Dudhgaonkar Date: Tue, 23 Apr 2019 06:39:48 +0000 (+0530) Subject: firewalld: added port X-Git-Tag: v2.0.3~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F235%2Fhead;p=cephmetrics.git firewalld: added port Signed-off-by: Servesha Dudhgaonkar --- 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"