Introduction
Introduction Statistics Contact Development Disclaimer Help
Removing no longer used server. - infra - Terraform IoC for my remote (Hetzner)…
Log
Files
Refs
README
---
commit 9b9af99dcbc4c75d48d11a8e3f0a7aefd05c3492
parent d39442b84dd9f3686c321f093bee3bded5227e0c
Author: Jay Scott <[email protected]>
Date: Thu, 14 Sep 2023 19:53:48 +0100
Removing no longer used server.
Diffstat:
M terraform/terraform.tfvars | 36 -----------------------------…
1 file changed, 0 insertions(+), 36 deletions(-)
---
diff --git a/terraform/terraform.tfvars b/terraform/terraform.tfvars
@@ -3,28 +3,6 @@ public_ssh_keys = {
}
firewall_rules = {
- "gopher" = {
- rules = {
- gopher = {
- direction = "in"
- protocol = "tcp"
- source_ips = ["0.0.0.0/0", "::/0"]
- port = "70"
- }
- ssh = {
- direction = "in"
- protocol = "tcp"
- source_ips = ["0.0.0.0/0", "::/0"]
- port = "22"
- }
- fingerd = {
- direction = "in"
- protocol = "tcp"
- source_ips = ["0.0.0.0/0", "::/0"]
- port = "79"
- }
- }
- }
"docker-1" = {
rules = {
gopher = {
@@ -51,20 +29,6 @@ firewall_rules = {
}
nodes = {
- "gopher" = {
- image = "debian-12"
- location = "hel1",
- server_type = "cx11",
- reverse_dns = "jay.scot"
- user_data = "user_data/boot.yml"
- public_key = "main"
- ipv4 = true
- ipv6 = true
- labels = {
- gopher = "true"
- finger = "true"
- }
- }
"docker-1" = {
image = "debian-12"
location = "hel1",
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.