summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/initialize_firewall.yml
blob: f0374fbc70ee4b67edb2d4b50d2bbd8c80d6d9b5 (plain)
1
2
3
4
5
6
7
---
- name: Initialize host firewall
  hosts: oo_all_hosts
  tasks:
  - name: Install and configure the proper firewall settings
    include_role:
      name: os_firewall