]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
firewalld: added port 235/head
authorServesha Dudhgaonkar <sdudhgao@redhat.com>
Tue, 23 Apr 2019 06:39:48 +0000 (12:09 +0530)
committerServesha Dudhgaonkar <sdudhgao@redhat.com>
Tue, 23 Apr 2019 06:39:48 +0000 (12:09 +0530)
Signed-off-by: Servesha Dudhgaonkar <sdudhgao@redhat.com>
ansible/roles/ceph-node-exporter/tasks/configure_firewall.yml

index cfad32f4a403b62905472c9a85dae868c4b50ae8..20c75b2d663690f92a77815c3d15eac070097750 100644 (file)
@@ -16,4 +16,5 @@
     permanent: true
   with_items:
     - 9100/tcp
+    - 9283/tcp
   when: "'enabled' in firewalld_status.stdout"