From: Guillaume Abrioux Date: Thu, 18 Oct 2018 11:41:49 +0000 (+0200) Subject: infra: move restart fw handler in ceph-infra role X-Git-Tag: v3.2.0beta7~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e77c36ad1737268397f909b5809aae625688f2a9;p=ceph-ansible.git infra: move restart fw handler in ceph-infra role Move the handler to restart firewall in ceph-infra role. Closes: #3243 Signed-off-by: Guillaume Abrioux --- diff --git a/roles/ceph-common/handlers/main.yml b/roles/ceph-common/handlers/main.yml deleted file mode 100644 index 5a9d52410..000000000 --- a/roles/ceph-common/handlers/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- name: restart firewalld - service: - name: firewalld - state: restarted - enabled: yes diff --git a/roles/ceph-infra/handlers/main.yml b/roles/ceph-infra/handlers/main.yml new file mode 100644 index 000000000..5a9d52410 --- /dev/null +++ b/roles/ceph-infra/handlers/main.yml @@ -0,0 +1,6 @@ +--- +- name: restart firewalld + service: + name: firewalld + state: restarted + enabled: yes