diff --git a/cloud_init.cfg.tftpl b/cloud_init.cfg.tftpl index f3ebf4f..ad50333 100644 --- a/cloud_init.cfg.tftpl +++ b/cloud_init.cfg.tftpl @@ -12,5 +12,6 @@ chpasswd: packages: - qemu-guest-agent - dnsmasq + - dnsutils package_update: true package_upgrade: true diff --git a/dnsmasq.conf b/dnsmasq.conf index 28a46c7..b701045 100644 --- a/dnsmasq.conf +++ b/dnsmasq.conf @@ -35,3 +35,5 @@ server=/pim.kunis.nl/192.168.30.3 # Enable extended logging log-dhcp log-queries +# Resolve dns.dmz to addresses on main NIC +interface-name=dns.dmz,ens3 diff --git a/variables.tf b/variables.tf index a603e43..352093d 100644 --- a/variables.tf +++ b/variables.tf @@ -4,7 +4,7 @@ variable "name" { variable "libvirt_endpoint" { type = string - default = "qemu+ssh://root@debian.lan/system" + default = "qemu+ssh://root@atlas.lan/system" } variable "host_public_key" {