Introduction
Introduction Statistics Contact Development Disclaimer Help
Adding usenet server. - infra - Terraform IoC for my remote (Hetzner) and local…
Log
Files
Refs
README
---
commit ae2908cfbf6b02f61eff7fd9de555121bd45feb6
parent 6059ade6222248d2522642bd2ef33e38371635ac
Author: Jay Scott <[email protected]>
Date: Fri, 7 Jul 2023 19:55:56 +0100
Adding usenet server.
Diffstat:
M terraform/terraform.tfvars | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/terraform/terraform.tfvars b/terraform/terraform.tfvars
@@ -3,6 +3,16 @@ public_ssh_keys = {
}
firewall_rules = {
+ "usenet" = {
+ rules = {
+ ssh = {
+ direction = "in"
+ protocol = "tcp"
+ source_ips = ["0.0.0.0/0", "::/0"]
+ port = "22"
+ }
+ }
+ }
"gopher" = {
rules = {
gopher = {
@@ -28,6 +38,20 @@ firewall_rules = {
}
nodes = {
+ "usenet" = {
+ #image = "debian-12"
+ image = "114690387"
+ location = "fsn1",
+ server_type = "cx11",
+ reverse_dns = "usenet.jay.scot"
+ user_data = "user_data/boot.yml"
+ public_key = "main"
+ ipv4 = true
+ ipv6 = true
+ labels = {
+ usenet = "true"
+ }
+ }
"gopher" = {
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.