ansible/deploy

7 lines
84 B
Bash
Executable File

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