https://github.com/debops/ansible-ferm
Manage iptables firewall using ferm
https://github.com/debops/ansible-ferm
Last synced: 12 months ago
JSON representation
Manage iptables firewall using ferm
- Host: GitHub
- URL: https://github.com/debops/ansible-ferm
- Owner: debops
- License: gpl-3.0
- Created: 2014-08-31T23:01:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T08:59:52.000Z (almost 4 years ago)
- Last Synced: 2025-06-11T05:11:22.715Z (about 1 year ago)
- Language: Shell
- Size: 401 KB
- Stars: 33
- Watchers: 8
- Forks: 19
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
## [](https://debops.org) ferm
[](https://travis-ci.org/debops/ansible-ferm)
[](https://github.com/debops/test-suite/tree/master/ansible-ferm/)
[](https://galaxy.ansible.com/debops/ferm)
[ferm](http://ferm.foo-projects.org/) is a wrapper around the `iptables`
and the `ip6tables` commands which lets you manage host firewalls in an
easy and Ansible-friendly way. This role can be used to setup firewall
rules directly from the inventory, or it can be used as a dependency by
other roles to setup firewall rules for other services.
### Installation
This role requires at least Ansible `v2.0.0`. To install it, run:
```Shell
ansible-galaxy install debops.ferm
```
### Documentation
More information about `debops.ferm` can be found in the
[official debops.ferm documentation](https://docs.debops.org/en/latest/ansible/roles/ansible-ferm/docs/).
### Are you using this as a standalone role without DebOps?
You may need to include missing roles from the [DebOps common
playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.
[Try DebOps now](https://debops.org/) for a complete solution to run your Debian-based infrastructure.
### Authors and license
- [Maciej Delmanowski](https://docs.debops.org/en/latest/debops-keyring/docs/entities.html#debops-keyring-entity-drybjed) (maintainer) | [e-mail](mailto:drybjed@gmail.com) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)
- [Robin Schneider](https://docs.debops.org/en/latest/debops-keyring/docs/entities.html#debops-keyring-entity-ypid) | [e-mail](mailto:ypid@riseup.net) | [GitHub](https://github.com/ypid)
- [Reto Gantenbein](https://linuxmonk.ch/) | [e-mail](mailto:reto.gantenbein@linuxmonk.ch) | [GitHub](https://github.com/ganto)
License: [GPL-3.0](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)
***
This role is part of [DebOps](https://debops.org/). README generated by [ansigenome](https://github.com/nickjj/ansigenome/).