sync repo to git

This commit is contained in:
2025-07-25 10:36:32 -05:00
parent c625e48dee
commit 0f4d2dcb7c
39 changed files with 461 additions and 304 deletions

View File

@@ -24,6 +24,12 @@ fedora-<version>/
│ └── ks.cfg # Source block for Apache image
└── README.md
# Disable the firewall before starting
```bash
sudo systemctl stop firewalld
```
# Create templates
```bash