Setting up CI with Drone #1

Merged
thomasklein merged 10 commits from adding-ci into main 2022-05-27 13:56:17 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e711cdf835 - Show all commits

View File

@@ -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
... ...

View File

@@ -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" {