initialize_firewall.yml 168 B

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