From: Zack Cerza Date: Thu, 22 Jun 2017 20:18:14 +0000 (-0600) Subject: ceph-grafana: Configure firewalld earlier X-Git-Tag: v1.0~67^2~1^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a1e1524bf73b3c20b6453a18112ad4c6ca114ea3;p=cephmetrics.git ceph-grafana: Configure firewalld earlier Signed-off-by: Zack Cerza --- diff --git a/ansible/roles/ceph-grafana/tasks/main.yml b/ansible/roles/ceph-grafana/tasks/main.yml index ed26c0d..6c59489 100644 --- a/ansible/roles/ceph-grafana/tasks/main.yml +++ b/ansible/roles/ceph-grafana/tasks/main.yml @@ -18,6 +18,10 @@ - packages - services +- include: configure_firewall.yml + tags: + - firewall + - include: configure_carbon.yml when: not containerized_deployment tags: @@ -37,7 +41,3 @@ when: not containerized_deployment tags: - services - -- include: configure_firewall.yml - tags: - - firewall