7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
ansible-playbook \
|
||
|
--inventory hosts.yml \
|
||
|
"$@" \
|
||
|
deploy.yml
|