summaryrefslogtreecommitdiffstats
path: root/ansible/node/roles/common/tasks/redhat/firewall.yml
blob: bf5eeb426b2c9ca471af9e1491b21152980f64c8 (plain)
1
2
3
4
5
6
---
- name: disable firewall
  service:
    name: firewalld
    enabled: no
    state: stopped