Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 369 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 369 Bytes

loumaris.firewall

Setting up the ufw firewall in a cluster env with:

  • open ssh port
  • free firewall traffic between the hosts

usage

Example: allow port 80 and 443

- name: apply common configuration to all nodes
  hosts: all
  roles:
    - { role: loumaris.firewall, firewall_rules: [ { rule: 'allow', port: 80 }, { rule: 'allow', port: 443 } ] }