All Projects → chef-cookbooks → Iptables

chef-cookbooks / Iptables

Licence: apache-2.0
Development repository for Chef Cookbook iptables

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Iptables

Sudo
Development repository for sudo cookbook
Stars: ✭ 113 (+17.71%)
Mutual labels:  hacktoberfest, chef, cookbook
Runit
Development repository for the Chef Runit Cookbook
Stars: ✭ 101 (+5.21%)
Mutual labels:  hacktoberfest, chef, cookbook
Lvm
Development repository for lvm Chef cookbook
Stars: ✭ 51 (-46.87%)
Mutual labels:  hacktoberfest, chef, cookbook
Cookstyle
A linting tool that helps you to write better Chef Infra cookbooks by detecting and automatically correcting style, syntax, and logic mistakes in your code.
Stars: ✭ 95 (-1.04%)
Mutual labels:  hacktoberfest, chef, cookbook
Windows
Development repository for Chef Cookbook windows
Stars: ✭ 251 (+161.46%)
Mutual labels:  hacktoberfest, chef, cookbook
Chef Server
Cookbook to install standalone Chef Server
Stars: ✭ 173 (+80.21%)
Mutual labels:  hacktoberfest, chef, cookbook
Chef Vault
chef-vault cookbook
Stars: ✭ 63 (-34.37%)
Mutual labels:  hacktoberfest, chef, cookbook
Chef Client
Development repository for Chef Client cookbook
Stars: ✭ 183 (+90.63%)
Mutual labels:  hacktoberfest, chef, cookbook
Ssh known hosts
Development repository for Chef Cookbook ssh_known_hosts
Stars: ✭ 73 (-23.96%)
Mutual labels:  hacktoberfest, chef, cookbook
Yum
Development repository for yum cookbook
Stars: ✭ 96 (+0%)
Mutual labels:  hacktoberfest, chef, cookbook
Activemq
Development repository for activemq Chef Cookbook
Stars: ✭ 19 (-80.21%)
Mutual labels:  chef, cookbook
Chef
Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale
Stars: ✭ 6,766 (+6947.92%)
Mutual labels:  hacktoberfest, chef
Ohai
Ohai profiles your system and emits JSON
Stars: ✭ 641 (+567.71%)
Mutual labels:  hacktoberfest, chef
Ramda Adjunct
Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
Stars: ✭ 550 (+472.92%)
Mutual labels:  hacktoberfest, cookbook
Bluepill
Development repository for bluepill Chef Cookbook
Stars: ✭ 35 (-63.54%)
Mutual labels:  chef, cookbook
Grafana
Development repository for the grafana cookbook
Stars: ✭ 69 (-28.12%)
Mutual labels:  hacktoberfest, chef
Chef Splunk
Development repository for the chef-splunk cookbook
Stars: ✭ 70 (-27.08%)
Mutual labels:  hacktoberfest, chef
Nginx
Development repository for the nginx cookbook
Stars: ✭ 528 (+450%)
Mutual labels:  hacktoberfest, chef
Rsyslog
Development repository for the rsyslog cookbook
Stars: ✭ 66 (-31.25%)
Mutual labels:  hacktoberfest, chef
Etcd
Development repository for the etcd cookbook
Stars: ✭ 71 (-26.04%)
Mutual labels:  hacktoberfest, chef

iptables Cookbook

CI State Cookbook Version

Installs iptables and provides a custom resource for adding and removing iptables rules

Requirements

Platforms

  • Ubuntu/Debian
  • RHEL/CentOS and derivatives
  • Amazon Linux

Chef

  • Chef 14+

Resources

Recipes

default

The default recipe will install iptables and provides a pair of resources for managing firewall rules for both iptables and ip6tables.

disabled

The disabled recipe will install iptables, disable the iptables service (on RHEL platforms), and flush the current iptables and ip6tables rules.

Attributes

default['iptables']['iptables_sysconfig'] and default['iptables']['ip6tables_sysconfig'] are hashes that are used to template /etc/sysconfig/iptables-config and /etc/sysconfig/ip6tables-config. The keys must be upper case and any key / value pair included will be added to the config file.

License & Authors

Author: Cookbook Engineering Team ([email protected])

Copyright: 2008-2020, Chef Software, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].