Add more firewall rules

This commit is contained in:
Gerald Pinder
2025-05-17 22:18:15 -04:00
parent 4adfb4a2ef
commit d51297fec9
10 changed files with 35 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ modules:
- curl -sfL https://get.rke2.io | sh
- type: files
files:
- source: rke_setup
- source: rke-common
destination: /
- type: systemd
system:

View File

@@ -7,6 +7,10 @@ image-version: 42
description: The image of Wunker OS for JP's Minisforum PCs.
modules:
- from-file: common/jp-minis.yml
- type: files
files:
- source: rke-server
destination: /
- type: script
snippets:
- curl -sfL https://get.rke2.io | INSTALL_RKE2_SKIP_RELOAD=true sh