Skip to content

spynappels/firewall_templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

firewall_templates

This is a Puppet module designed to make it easier to apply a set of firewall rules to a node in puppet, with preconfigured rules defined.

Essentially, it allows you to classify a node with as many template classes as required to achieve the required ruleset in the required chains.

For example, classifying a node with the firewall_templates::proxy class will block ports 80 and 443 using the OUTPUT chain, to simulate a scenario where all access to the Internet is only through a proxy.

Classifying the master node with firewall_templates::master will simply open up the ports required by Puppet on the INPUT chain.

It requires the puppetlabs/firewall module to be installed.

About

A basic module to use on top of the puppetlabs/firewall module which templates firewall rules for different puppet roles and scenarios

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages