Add a master deploy script

This commit is contained in:
Jake Howard 2019-12-08 17:03:17 +00:00 committed by Jake Howard
parent 58a3683355
commit cd3686257a
2 changed files with 7 additions and 0 deletions

View File

@ -4,4 +4,6 @@ set -e
PATH=env/bin:${PATH}
set -x
ansible-playbook -i ansible/hosts ansible/main.yml -k -K --vault-password-file ansible/.vault_pass

5
scripts/deploy.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -ex
./scripts/ansible.sh