Skip to content

A small ansible role for setting up the ufw firewall in a cluster env with some defaults.

Notifications You must be signed in to change notification settings

Loumaris/loumaris.firewall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 } ] }

About

A small ansible role for setting up the ufw firewall in a cluster env with some defaults.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published