parent
90b1aaff2f
commit
8bf7033f8b
3 changed files with 1 additions and 5 deletions
|
@ -7,10 +7,6 @@
|
||||||
- name: Install services
|
- name: Install services
|
||||||
hosts: all
|
hosts: all
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: Copy resolv.conf
|
|
||||||
copy:
|
|
||||||
src: resolv.conf
|
|
||||||
dest: /etc/resolv.conf
|
|
||||||
- name: Update repositories
|
- name: Update repositories
|
||||||
apt:
|
apt:
|
||||||
autoremove: true
|
autoremove: true
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
nameserver 192.168.30.1
|
|
|
@ -26,4 +26,5 @@ module "vm" {
|
||||||
use_host_cert = false
|
use_host_cert = false
|
||||||
fixed_address = "192.168.30.7/24"
|
fixed_address = "192.168.30.7/24"
|
||||||
mac = "CA:FE:C0:FF:EE:07"
|
mac = "CA:FE:C0:FF:EE:07"
|
||||||
|
fixed_dns = "192.168.30.1"
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue