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:
|
packages:
|
||||||
- qemu-guest-agent
|
- qemu-guest-agent
|
||||||
- dnsmasq
|
- dnsmasq
|
||||||
|
- dnsutils
|
||||||
package_update: true
|
package_update: true
|
||||||
package_upgrade: true
|
package_upgrade: true
|
||||||
|
|
|
@ -35,3 +35,5 @@ server=/pim.kunis.nl/192.168.30.3
|
||||||
# Enable extended logging
|
# Enable extended logging
|
||||||
log-dhcp
|
log-dhcp
|
||||||
log-queries
|
log-queries
|
||||||
|
# Resolve dns.dmz to addresses on main NIC
|
||||||
|
interface-name=dns.dmz,ens3
|
||||||
|
|
|
@ -4,7 +4,7 @@ variable "name" {
|
||||||
|
|
||||||
variable "libvirt_endpoint" {
|
variable "libvirt_endpoint" {
|
||||||
type = string
|
type = string
|
||||||
default = "qemu+ssh://root@debian.lan/system"
|
default = "qemu+ssh://root@atlas.lan/system"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "host_public_key" {
|
variable "host_public_key" {
|
||||||
|
|
Reference in a new issue