From 696a621e873a4a431ef182dab4b25817080587bc Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 3 Apr 2019 21:20:44 +0200 Subject: lxc-host: Supporting gateway and dns too. --- ansible/group_vars/all/host_database.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ansible/group_vars/all/host_database.yml') diff --git a/ansible/group_vars/all/host_database.yml b/ansible/group_vars/all/host_database.yml index 654ef18..7a38e20 100644 --- a/ansible/group_vars/all/host_database.yml +++ b/ansible/group_vars/all/host_database.yml @@ -19,9 +19,9 @@ host_database: ipv4: address: 192.168.10.3 netmask: 24 - ipv6: - address: cafe::1 - netmask: 64 + gateway: 192.168.10.1 + dns: + - 8.8.8.8 # Birgitte nextcloud: -- cgit v1.2.3