aboutsummaryrefslogtreecommitdiff
path: root/ansible/testing-playbooks.md
blob: b07f5d5223951754f61c7f76f3e9b8d9f8f87a73 (plain)
1
2
3
4
5
6
7
8
9
# Testing playbooks

Using `-C` to test whatever playbooks on chosen hosts.

e.g. :

```sh
ansible-playbook -C playbooks/common.yml -i hosts
```