This commit is contained in:
@@ -6,6 +6,7 @@ name: Terraform root module
|
|||||||
environment:
|
environment:
|
||||||
TF_IN_AUTOMATION: "1"
|
TF_IN_AUTOMATION: "1"
|
||||||
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no -i $${PWD}/id_rsa"
|
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no -i $${PWD}/id_rsa"
|
||||||
|
TF_VAR_lawndale_dns_host: "nat.lawndale"
|
||||||
TF_VAR_lawndale_libvirt_uri_transport: ssh
|
TF_VAR_lawndale_libvirt_uri_transport: ssh
|
||||||
TF_VAR_lawndale_libvirt_uri_userhostport: "192.168.253.254:10022"
|
TF_VAR_lawndale_libvirt_uri_userhostport: "192.168.253.254:10022"
|
||||||
|
|
||||||
@@ -69,6 +70,6 @@ steps:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 007cc7fc0dbdc2ae54a59dbc6c673e33e4f94831189eb3b6fd4b0b0f8adf703f
|
hmac: e5dd07c87773ffb3b02240744e4bdde91d9338a344d0ba2d393f598aac43cdfd
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
variable "lawndale_dns_host" {
|
variable "lawndale_dns_host" {
|
||||||
type = string
|
type = string
|
||||||
description = "Address to reach lawndale internal DNS server"
|
description = "Address to reach lawndale internal DNS server"
|
||||||
default = "lawndale-hyper"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "lawndale_dns_port" {
|
variable "lawndale_dns_port" {
|
||||||
|
|||||||
Reference in New Issue
Block a user