2020-02-14 15:40:31 -06:00
|
|
|
#! /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 "$@"
|
2020-02-14 15:40:31 -06:00
|
|
|
|