This commit is contained in:
jonas
2021-10-18 15:00:39 +02:00
parent 3387f1388d
commit e3bae71113
6 changed files with 97 additions and 7 deletions

View File

@@ -9,6 +9,12 @@ Configure wireguard service:
- ports:
- {{ pillar['wireguard']['port'] }}/udp
Configure container registry service:
firewalld.service:
- name: registry
- ports:
- 5000/tcp
Configure firewalld for external interface:
firewalld.present:
- name: external
@@ -45,6 +51,7 @@ Configure firewalld for internal network:
- https
- dns
- ntp
- registry
Configure firewalld for public networks:
firewalld.present:
@@ -74,6 +81,7 @@ Configure firewalld for public networks:
- https
- dns
- ntp
- registry
Configure firewalld for airgap networks:
@@ -104,6 +112,7 @@ Configure firewalld for airgap networks:
- https
- dns
- ntp
- registry
Add forwarding on Internal zone:
cmd.run: