From 1c9619633840a0e7588a5fdf6996faddf32e8090 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 27 Aug 2018 20:36:21 +0200 Subject: o Disable IPv6 in LXC containers. o Create LXC configuration from Ansible vars. --- ansible/host_vars/knot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ansible/host_vars/knot.yml (limited to 'ansible/host_vars') diff --git a/ansible/host_vars/knot.yml b/ansible/host_vars/knot.yml new file mode 100644 index 0000000..ec97b6a --- /dev/null +++ b/ansible/host_vars/knot.yml @@ -0,0 +1,9 @@ +lxc_containers: + sz-prod: + ipv4: + address: 10.0.3.3/24 + gateway: 10.0.3.1 + sz-test: + ipv4: + address: 10.0.3.4/24 + gateway: 10.0.3.1 -- cgit v1.2.3