ansible/deploy

8 lines
128 B
Plaintext
Raw Normal View History

2022-08-30 10:00:27 +02:00
#!/bin/sh
ansible-playbook \
--inventory hosts.yml \
2022-08-31 17:06:40 +02:00
--vault-password-file get_password.sh \
2022-08-30 10:00:27 +02:00
"$@" \
deploy.yml