From 97277b0f6484c3dcabe37356533a4ac2d1c8f69f Mon Sep 17 00:00:00 2001 From: n0mad1k Date: Thu, 10 Apr 2025 10:44:28 -0400 Subject: [PATCH] added var temps --- AWS/{aws-c2-deploy.yaml => c2-deploy.yaml} | 0 ...rs-template.yaml => c2-vars-template.yaml} | 0 Linode/c2-vars-template.yaml | 40 +++++++++++++++++++ 3 files changed, 40 insertions(+) rename AWS/{aws-c2-deploy.yaml => c2-deploy.yaml} (100%) rename AWS/{aws-c2-vars-template.yaml => c2-vars-template.yaml} (100%) create mode 100644 Linode/c2-vars-template.yaml diff --git a/AWS/aws-c2-deploy.yaml b/AWS/c2-deploy.yaml similarity index 100% rename from AWS/aws-c2-deploy.yaml rename to AWS/c2-deploy.yaml diff --git a/AWS/aws-c2-vars-template.yaml b/AWS/c2-vars-template.yaml similarity index 100% rename from AWS/aws-c2-vars-template.yaml rename to AWS/c2-vars-template.yaml diff --git a/Linode/c2-vars-template.yaml b/Linode/c2-vars-template.yaml new file mode 100644 index 0000000..91f643d --- /dev/null +++ b/Linode/c2-vars-template.yaml @@ -0,0 +1,40 @@ +linode_token: "TOKEN" +region_choices: + - ap-west + - ca-central + - ap-southeast + - us-iad + - us-ord + - fr-par + - us-sea + - br-gru + - nl-ams + - se-sto + - es-mad + - in-maa + - jp-osa + - it-mil + - us-mia + - id-cgk + - us-lax + - gb-lon + - au-mel + - in-bom-2 + - de-fra-2 + - sg-sin-2 + - us-central + - us-west + - us-southeast + - us-east + - eu-west + - ap-south + - eu-central + - ap-northeast +plan: "g6-standard-2" +image: "linode/kali" +domain: "example.com" +mail_hostname: "mail.example.com" +letsencrypt_email: "admin@example.com" +smtp_auth_user: "phishuser" +smtp_auth_pass: "SuperSecretPass123!" +gophish_admin_port: "2222" \ No newline at end of file