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/testing-playbooks.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ansible/testing-playbooks.md (limited to 'ansible/testing-playbooks.md') diff --git a/ansible/testing-playbooks.md b/ansible/testing-playbooks.md new file mode 100644 index 0000000..b07f5d5 --- /dev/null +++ b/ansible/testing-playbooks.md @@ -0,0 +1,9 @@ +# Testing playbooks + +Using `-C` to test whatever playbooks on chosen hosts. + +e.g. : + +```sh +ansible-playbook -C playbooks/common.yml -i hosts +``` -- cgit v1.2.3