From 197249a17f054671434734e2899bd6c8f4f0d37c Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sat, 1 Feb 2025 02:08:17 +0100 Subject: Add pages for ansible and proxmox ansible: testing playbooks + managing firewall rules with ufw proxmox: disk performance w/ io_thread and scsi single + useful helper scripts found online --- ansible/managing-ufw-rules.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ansible/managing-ufw-rules.md (limited to 'ansible/managing-ufw-rules.md') diff --git a/ansible/managing-ufw-rules.md b/ansible/managing-ufw-rules.md new file mode 100644 index 0000000..c48b56b --- /dev/null +++ b/ansible/managing-ufw-rules.md @@ -0,0 +1,13 @@ +# UFW rules management using Ansible + +Since ufw is part of the community.general collection, ensure it's installed on the Ansible control machine: + +```sh +ansible-galaxy collection install community.general +``` + +It is by default installed and enabled with ALLOW rules for SSH, HTTP and HTTPS on all images generated for this homelab. + +The tasks are defined in `ansible/roles/common/tasks/ufw.yml`. + +It is called by `ansible/playbooks/common.yml`. -- cgit v1.2.3