resolve dns.dmz to this host
change hostname
This commit is contained in:
parent
f6211eec7c
commit
b5ccfd973e
3 changed files with 4 additions and 1 deletions
|
@ -12,5 +12,6 @@ chpasswd:
|
|||
packages:
|
||||
- qemu-guest-agent
|
||||
- dnsmasq
|
||||
- dnsutils
|
||||
package_update: true
|
||||
package_upgrade: true
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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" {
|
||||
|
|
Reference in a new issue