ansible/deploy

7 lines
84 B
Plaintext
Raw Normal View History

2022-08-30 10:00:27 +02:00
#!/bin/sh
ansible-playbook \
--inventory hosts.yml \
"$@" \
deploy.yml