3 lines
84 B
Bash
3 lines
84 B
Bash
|
#!/bin/bash
|
||
|
ansible-playbook site.yml -i inventory.ini --limit unhb2 --check --diff
|