11 lines
176 B
Bash
Executable File
11 lines
176 B
Bash
Executable File
#! /bin/sh
|
|
#
|
|
# deploy.sh
|
|
# Copyright (C) 2020 Vintage Salt <rehashedsalt@cock.li>
|
|
#
|
|
# Distributed under terms of the MIT license.
|
|
#
|
|
|
|
ansible-playbook ec2.yml --ask-vault-pass
|
|
|