diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-04-03 21:20:44 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-04-03 21:20:44 +0200 |
commit | 696a621e873a4a431ef182dab4b25817080587bc (patch) | |
tree | 080b1c89a3690aabfc3ad913aaf51e20783cf787 /ansible/group_vars | |
parent | d6ab246986fc8bbc482f78e411adbd10f1bca113 (diff) | |
download | infra-696a621e873a4a431ef182dab4b25817080587bc.tar.gz infra-696a621e873a4a431ef182dab4b25817080587bc.tar.bz2 infra-696a621e873a4a431ef182dab4b25817080587bc.tar.xz infra-696a621e873a4a431ef182dab4b25817080587bc.zip |
lxc-host: Supporting gateway and dns too.
Diffstat (limited to 'ansible/group_vars')
-rw-r--r-- | ansible/group_vars/all/host_database.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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: |