diff --git a/9iron-deploy.sh b/9iron-deploy.sh new file mode 100755 index 0000000..5ed9e1f --- /dev/null +++ b/9iron-deploy.sh @@ -0,0 +1,2 @@ +#! /bin/sh +ansible-playbook 9iron.yml --ask-vault-pass "$@" diff --git a/ec2.yml b/9iron.yml similarity index 100% rename from ec2.yml rename to 9iron.yml diff --git a/ec2-deploy.sh b/ec2-deploy.sh deleted file mode 100755 index 80cd38a..0000000 --- a/ec2-deploy.sh +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/sh -# -# deploy.sh -# Copyright (C) 2020 Vintage Salt -# -# Distributed under terms of the MIT license. -# - -ansible-playbook ec2.yml --ask-vault-pass "$@" -