This commit is contained in:
marmattheo 2025-06-12 03:20:04 +00:00
parent a4cfbdd19e
commit 6148728c21

View File

@ -78,7 +78,7 @@ After the playbook completes successfully:
5. **Configure Firewall using ufw (Optional):**
Install ufw and enable:
Install and enable ufw:
```bash
sudo apt install ufw -y && sudo enable ufw
```