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