mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
ignore spaces in lint and remove dns for the services
This commit is contained in:
parent
9f97617cc7
commit
cf36429cda
2 changed files with 2 additions and 18 deletions
2
ansible/.ansible-lint
Normal file
2
ansible/.ansible-lint
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
skip_list:
|
||||||
|
- yaml[braces]
|
||||||
|
|
@ -36,15 +36,6 @@ resource "cloudflare_dns_record" "bitwarden" {
|
||||||
ttl = 1
|
ttl = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "cloudflare_dns_record" "cloud" {
|
|
||||||
zone_id = cloudflare_zone.pez-sh.id
|
|
||||||
name = "cloud"
|
|
||||||
type = "A"
|
|
||||||
content = hcloud_server.helsinki-a.ipv4_address
|
|
||||||
proxied = false
|
|
||||||
ttl = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
resource "cloudflare_dns_record" "download" {
|
resource "cloudflare_dns_record" "download" {
|
||||||
zone_id = cloudflare_zone.pez-sh.id
|
zone_id = cloudflare_zone.pez-sh.id
|
||||||
name = "download"
|
name = "download"
|
||||||
|
|
@ -252,15 +243,6 @@ resource "cloudflare_dns_record" "status" {
|
||||||
ttl = 1
|
ttl = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "cloudflare_dns_record" "thiswebsitedoesnotexist" {
|
|
||||||
zone_id = cloudflare_zone.pez-sh.id
|
|
||||||
name = "thiswebsitedoesnotexist"
|
|
||||||
type = "A"
|
|
||||||
content = hcloud_server.helsinki-a.ipv4_address
|
|
||||||
proxied = true
|
|
||||||
ttl = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
resource "cloudflare_dns_record" "wow" {
|
resource "cloudflare_dns_record" "wow" {
|
||||||
zone_id = cloudflare_zone.pez-sh.id
|
zone_id = cloudflare_zone.pez-sh.id
|
||||||
name = "wow"
|
name = "wow"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue