diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-08-27 20:36:21 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-08-27 20:37:42 +0200 |
commit | 1c9619633840a0e7588a5fdf6996faddf32e8090 (patch) | |
tree | 940c220b53d451d8d3316341c4a111db53ce7bad /ansible/host_vars | |
parent | 9881c25ef9d70c442bf486f85381022432600984 (diff) | |
download | infra-1c9619633840a0e7588a5fdf6996faddf32e8090.tar.gz infra-1c9619633840a0e7588a5fdf6996faddf32e8090.tar.bz2 infra-1c9619633840a0e7588a5fdf6996faddf32e8090.tar.xz infra-1c9619633840a0e7588a5fdf6996faddf32e8090.zip |
o Disable IPv6 in LXC containers.
o Create LXC configuration from Ansible vars.
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 |