Install gitlab pages daemon

I'll deal with traefik domains later
This commit is contained in:
Jake Howard
2020-09-05 16:50:56 +01:00
parent e579edc758
commit c1dc26ce35
7 changed files with 100 additions and 0 deletions

View File

@ -172,3 +172,11 @@ resource "cloudflare_record" "theorangeonenet_gitlab" {
type = "A"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_gitlab_pages" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "pages"
value = var.walker_ip
type = "A"
ttl = 1
}