aboutsummaryrefslogtreecommitdiff
path: root/ansible/host_vars/knot/lxc_containers.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/host_vars/knot/lxc_containers.yml')
-rw-r--r--ansible/host_vars/knot/lxc_containers.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/ansible/host_vars/knot/lxc_containers.yml b/ansible/host_vars/knot/lxc_containers.yml
new file mode 100644
index 0000000..7bd3a35
--- /dev/null
+++ b/ansible/host_vars/knot/lxc_containers.yml
@@ -0,0 +1,19 @@
+lxc_containers:
+ mw:
+ state: started
+ ipv4:
+ address: 10.0.3.2
+ netmask: 24
+ gateway: 10.0.3.1
+ sz-prod:
+ state: started
+ ipv4:
+ address: 10.0.3.3
+ netmask: 24
+ gateway: 10.0.3.1
+ sz-test:
+ state: started
+ ipv4:
+ address: 10.0.3.4
+ netmask: 24
+ gateway: 10.0.3.1