Rename ec2 to a more appropriate environment name

This commit is contained in:
Salt 2020-05-20 11:09:41 -05:00
parent ef81bed63f
commit 707635ca8d
3 changed files with 2 additions and 10 deletions

2
9iron-deploy.sh Executable file
View File

@ -0,0 +1,2 @@
#! /bin/sh
ansible-playbook 9iron.yml --ask-vault-pass "$@"

View File

View File

@ -1,10 +0,0 @@
#! /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 "$@"