YanChii / ansible-role-postgres-ha

Create postgresql HA auto-failover cluster using pcs, pacemaker and PAF
Apache License 2.0
33 stars 22 forks source link

bad pre-task #2

Closed frank3427 closed 7 years ago

frank3427 commented 7 years ago

centos 7 does not install iptables it uses firewalld the following does not work; pre_tasks:

YanChii commented 7 years ago

Hi @frank3427

this pre_task is only the example. You should not disable system firewall (either iptables or firewalld) on the production system. I recommend adding some firewall role before the postgres-ha role.

But you are right, the example should have firewalld as a service name. I'll change that.

Thanks Jan

YanChii commented 7 years ago

Changed. If you see any other inconsistencies, please let me know. Jan