Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

ansible-iptables-chain-module

Simple ansible module for create and delete (not yet) iptables chains

Create chain example

- name: create chain
  iptables_chain:
    chain: CHAIN-NAME
  become: yes

Result:

Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

Chain CHAIN-NAME
target     prot opt source               destination 

About

Simple ansible module for create and delete (not yet) iptables chains

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages