From 707635ca8dacec5b8cd507b1012288796ac2b3e1 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 20 May 2020 11:09:41 -0500 Subject: [PATCH] Rename ec2 to a more appropriate environment name --- 9iron-deploy.sh | 2 ++ ec2.yml => 9iron.yml | 0 ec2-deploy.sh | 10 ---------- 3 files changed, 2 insertions(+), 10 deletions(-) create mode 100755 9iron-deploy.sh rename ec2.yml => 9iron.yml (100%) delete mode 100755 ec2-deploy.sh 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 "$@" -