diff options
Diffstat (limited to 'ansible/host_vars')
-rw-r--r-- | ansible/host_vars/knot.yml | 9 |
1 files changed, 9 insertions, 0 deletions
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 |