Ansible collection that allows you to install and configure IPtables on Debian-based Linux distributions.
ansible-galaxy collection install soli.iptables
You can also include it in a requirements.yml
file and install it via
ansible-galaxy collection install -r requirements.yml
using the format:
collections:
- name: soli.iptables
To upgrade the collection to the latest available version, run the following command:
ansible-galaxy collection install soli.iptables --upgrade
You can also install a specific version of the collection, for example, if you need to downgrade when something is
broken in the latest version (please report an issue in this repository).
Use the following syntax where X.Y.Z
can be any available version:
ansible-galaxy collection install soli.iptables:==X.Y.Z
See Ansible Using collections for more details.
Solution Libre's repositories are open projects, and community contributions are essential for keeping them great.
The list of contributors can be found at: https://usine.solution-libre.fr/ansible/iptables/-/graphs/main.