Skip to content

Commit

Permalink
drop srv prod 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed Jul 31, 2024
1 parent 1d21072 commit fe17794
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 73 deletions.
1 change: 0 additions & 1 deletion ansible/inventory/clcreative
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ srv-prod-7.home.clcreative.de
srv-prod-9.home.clcreative.de
srv-prod-10.home.clcreative.de
srv-prod-11.home.clcreative.de
srv-prod-12.home.clcreative.de

[srv-demo]
srv-demo-1.home.clcreative.de
Expand Down
17 changes: 0 additions & 17 deletions dns/dns-prod-1/terraform/server.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,23 +104,6 @@ resource "dns_a_record_set" "srv_prod_11" {
ttl = 3600
}

resource "dns_a_record_set" "srv_prod_12" {
zone = "home.clcreative.de."
name = "srv-prod-12"
addresses = ["10.20.0.20"]
ttl = 3600
}


resource "dns_a_record_set" "srv_prod_12_wildcard" {
zone = "home.clcreative.de."
name = "*.srv-prod-12"
addresses = ["10.20.0.20"]
ttl = 3600
}



resource "dns_a_record_set" "srv_demo_1" {
zone = "home.clcreative.de."
name = "srv-demo-1"
Expand Down
55 changes: 0 additions & 55 deletions proxmox/terraform/20019-srv-prod-12.tf

This file was deleted.

0 comments on commit fe17794

Please sign in to comment.