From aaa075e18d9be2bd1fa15131628ce0622d300409 Mon Sep 17 00:00:00 2001 From: Lee VanGinkel Date: Tue, 27 Feb 2024 13:24:59 -0800 Subject: [PATCH] adding deploy tools action --- .github/workflows/deploy-tools.yml | 0 .../environments/management/management.tfvars | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .github/workflows/deploy-tools.yml diff --git a/.github/workflows/deploy-tools.yml b/.github/workflows/deploy-tools.yml new file mode 100644 index 0000000..e69de29 diff --git a/infrastructure/environments/management/management.tfvars b/infrastructure/environments/management/management.tfvars index e69de29..4659014 100644 --- a/infrastructure/environments/management/management.tfvars +++ b/infrastructure/environments/management/management.tfvars @@ -0,0 +1,18 @@ +subnet_id = "subnet-03f0165177077bde3" +key_name = "lee.vanginkel.uno.key" +security_group_id = "sg-0949c533f887482b8" + +instances = { + "uno.cisco.nso" = { + ami = "ami-0a6b0c60f2476df25", + instance_type= "t3.medium", + volume_size = 20 + private_ip = "172.23.0.40" + }, + "uno.cisco.netbox" = { + ami = "ami-0535f9626f79a1689", + instance_type= "t3.large", + volume_size = 50 + private_ip = "172.23.0.41" + } +} \ No newline at end of file