mk-ansible-roles / saphana-preconfigure

Configures a RHEL system for HANA installation according to SAP Notes
Apache License 2.0
6 stars 3 forks source link

service firewalld disable failed when firewall is not installed #3

Open rhmk opened 6 years ago

rhmk commented 6 years ago

Issue by tbludau Sunday Oct 08, 2017 at 21:44 GMT Originally opened as https://github.com/rhmk/ansible-hana-sysprep/issues/18


check if package firewalld is installed hana-host/tasks/RedHat7/service-configuration.yml:- name: disable firewalld hana-host/tasks/RedHat7/service-configuration.yml: service: name=firewalld state=stopped enabled=no preconfigure/tasks/RedHat7/service-configuration.yml:- name: disable firewalld preconfigure/tasks/RedHat7/service-configuration.yml: service: name=firewalld state=stopped enabled=no