No description
Find a file
Peter 4d8c4e5f48 Cleanup firewall + make it more strict
- Do not put too many empty newlines in rendered file
- Also write redirect rules in the output chain.  This will allow us to
use the port from the same machine.  Note that redirect does rewrite the
destination to localhost if used on the same machine, so your
application should also listen to localhost
- made the file a bit clearer with better comments
- Add the explicit device if we can for redirects
2025-08-15 22:52:03 +02:00
group_vars/all new firewall system 2025-07-14 18:35:05 +02:00
roles Cleanup firewall + make it more strict 2025-08-15 22:52:03 +02:00
.gitignore initial commit 2024-10-16 21:13:17 +02:00
all.yml initial commit 2024-10-16 21:13:17 +02:00
ansible.cfg remove deprecated ansible config 2025-07-14 18:31:01 +02:00
inventory initial commit 2024-10-16 21:13:17 +02:00
LICENSE initial commit 2024-10-16 21:13:17 +02:00
README.md initial commit 2024-10-16 21:13:17 +02:00
run initial commit 2024-10-16 21:13:17 +02:00

This is how I set up ppm.pfoe.be

This repository is currently created to serve as an inspiration for creating your own ansible playbook to set up ppm

At this moment it is not intended to be used as is/it is a work in progress