aboutsummaryrefslogtreecommitdiff
path: root/ansible/testing-playbooks.md
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-02-01 02:08:17 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-02-01 02:08:17 +0100
commit197249a17f054671434734e2899bd6c8f4f0d37c (patch)
treed6ab13214a9a85d6cd9864422c156cbd2f8928cf /ansible/testing-playbooks.md
parent76631f1123b785f3cff38720b41055828ddef123 (diff)
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
Diffstat (limited to 'ansible/testing-playbooks.md')
-rw-r--r--ansible/testing-playbooks.md9
1 files changed, 9 insertions, 0 deletions
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
+```