ansible/deploy

8 lines
128 B
Bash
Executable File

#!/bin/sh
ansible-playbook \
--inventory hosts.yml \
--vault-password-file get_password.sh \
"$@" \
deploy.yml