How do I keep some of the existing firewall rules (which is dependent on host) in the remote file, and change the other parts?
someacnt
Thank you! Templating rules.v4 is a pretty attractive option. Though my VPS has some portions of the file which should be unmodified, so I would have to avoid this method.
Thanks, but I looked up and learned to prefer the idempotence to be handled by ansible. Ansible support iptables by default, while nftables need a plugin, so iptables it is for me.
Sorry, I prefer input |> then |> doThis |> lastly
Sounds almost like
lastly (doThis (then (first input)))
Not OP, but I experience difficulty articulating what I mean while staying formal. How to improve?
Being concerned about security while using free VPN sounds like an oxymoron.
Wait. I got the format warning in caddy, so does this mean it could contain substantial error? I gotta check
Thanks! I gotta get my hands on Ansible, was reluctant as I've heard it can be complicated. Should see myself!
Codeberg sounds like a good way! I was concerned about server config being stored on self-hosted forgejo (which is configured by the very server config), turns out that need not be the case.
Fortunately my VPS (oracle) has set SSH authentication to be default. Disallowing root login sounds good, gotta try that as well.
Thanks a lot! I will go with the blockinfile, sounds promising.