ansible/ec2-deploy.sh

11 lines
181 B
Bash
Raw Normal View History

#! /bin/sh
#
# deploy.sh
# Copyright (C) 2020 Vintage Salt <rehashedsalt@cock.li>
#
# Distributed under terms of the MIT license.
#
2020-05-15 10:27:58 -05:00
ansible-playbook ec2.yml --ask-vault-pass "$@"