• Joined on 2024年05月28日
fussel178 commented on pull request ProcNULL/ansible-general#5 2025年05月18日 21:03:52 +02:00
Add nftables role

Same reason as mentioned below:

Currently we need to restart all docker containers to recreate the "foreign" nft tables created by iptables-nft. I find it rather inconvenient to blow away and...

fussel178 pushed to fussel178/docs/readme-2 at ProcNULL/ansible-general 2025年05月18日 20:58:09 +02:00
ff4b902203 Remove ansible lint section
fussel178 commented on pull request ProcNULL/ansible-general#8 2025年05月18日 20:54:06 +02:00
Add usage and setup information to collection README

Yeah, we currently don't have any handlers. I remove this part. 😉

fussel178 commented on pull request ProcNULL/ansible-general#5 2025年05月18日 20:48:49 +02:00
Add nftables role

Well, currently we need to restart all docker containers to recreate the "foreign" nft tables created by iptables-nft. I find it rather inconvenient to blow away and start up all docker hosted...

fussel178 commented on pull request ProcNULL/ansible-general#5 2025年05月18日 20:46:59 +02:00
Add nftables role

No, just some copy and pasta from my current setup. 🙈

fussel178 suggested changes for ProcNULL/ansible-general#5 2025年01月13日 13:51:49 +01:00
Add nftables role

Preliminary review: I've not tested your role, yet.

fussel178 commented on pull request ProcNULL/ansible-general#5 2025年01月13日 13:51:49 +01:00
Add nftables role

You can use the ansible.builtin.service_facts module if you like. The downside, it's slower. 🙈

fussel178 commented on pull request ProcNULL/ansible-general#5 2025年01月13日 13:51:48 +01:00
Add nftables role

Can you add a systemd override file that replaces the ExecStop command to not touch foreign nft tables?

fussel178 commented on pull request ProcNULL/ansible-general#5 2025年01月13日 13:51:47 +01:00
Add nftables role

Maybe merge with task Enable nftables above for faster execution?

fussel178 commented on pull request ProcNULL/ansible-general#5 2025年01月13日 13:51:47 +01:00
Add nftables role

You can use nftables sets to manage both tcp and udp ports:

fussel178 commented on pull request ProcNULL/ansible-general#5 2025年01月13日 13:51:46 +01:00
Add nftables role

Maybe do not use flush ruleset. Instead only remove nft tables managed by this file?

fussel178 pushed to fussel178/docs/readme-2 at ProcNULL/ansible-general 2025年01月13日 13:19:28 +01:00
e1cc5455c3 docs(readme): Add usage and setup information
fussel178 created pull request ProcNULL/ansible-general#8 2025年01月13日 13:16:29 +01:00
Add usage and setup information to collection README
fussel178 pushed to fussel178/docs/readme-2 at ProcNULL/ansible-general 2025年01月13日 13:14:43 +01:00
1f4c23b5c7 docs(readme): Add usage and setup information
fussel178 created branch fussel178/docs/readme-2 in ProcNULL/ansible-general 2025年01月13日 13:14:43 +01:00
fussel178 deleted branch fussel178/docs/readme from ProcNULL/ansible-general 2025年01月13日 12:48:19 +01:00
fussel178 pushed to fussel178/docs/readme at ProcNULL/ansible-general 2025年01月13日 12:47:32 +01:00
53811706f8 docs(readme): Add usage and setup information
fussel178 created branch fussel178/docs/readme in ProcNULL/ansible-general 2025年01月13日 12:47:31 +01:00
fussel178 created pull request ProcNULL/ansible-general#7 2025年01月13日 12:36:31 +01:00
Remove compatibility with older variables in role unattended_upgrades