From a4294eb0cd7b8b6833775f50dbcba5523ae6fcaf Mon Sep 17 00:00:00 2001 From: Ivan Grynenko Date: Thu, 9 Jun 2016 20:50:56 +1000 Subject: [PATCH] Removed firewalld for now. --- lamp_centos7/roles/web/tasks/install_httpd.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/lamp_centos7/roles/web/tasks/install_httpd.yml b/lamp_centos7/roles/web/tasks/install_httpd.yml index ae3e313..03a7e8e 100644 --- a/lamp_centos7/roles/web/tasks/install_httpd.yml +++ b/lamp_centos7/roles/web/tasks/install_httpd.yml @@ -9,9 +9,6 @@ - libsemanage-python - libselinux-python -- name: insert firewalld rule for httpd - firewalld: port={{ httpd_port }}/tcp permanent=true state=enabled immediate=yes - - name: http service state service: name=httpd state=started enabled=yes