refactor ansible scripts for contabo vps

This commit is contained in:
Jan Völkel 2025-11-30 22:34:02 +01:00
parent 6dad4a33a1
commit ff738fdd8f
6 changed files with 28 additions and 7 deletions

View file

@ -15,4 +15,14 @@
zone: public
service: ssh
permanent: yes
state: enabled
state: enabled
- name: Add Tailscale interface to trusted zone
firewalld:
zone: trusted
interface: tailscale0
permanent: yes
state: enabled
- name: Reload firewalld
command: firewall-cmd --reload