resolve dns.dmz to this host

change hostname
This commit is contained in:
Pim Kunis 2023-03-14 23:02:28 +01:00
parent f6211eec7c
commit b5ccfd973e
3 changed files with 4 additions and 1 deletions

View file

@ -12,5 +12,6 @@ chpasswd:
packages:
- qemu-guest-agent
- dnsmasq
- dnsutils
package_update: true
package_upgrade: true

View file

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

View file

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