initialize_firewall.yml 171 B

1234567
  1. ---
  2. - name: Initialize host firewall
  3. hosts: oo_all_hosts
  4. tasks:
  5. - name: Install and configure the proper firewall settings
  6. include_role:
  7. name: os_firewall