diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-09-17 23:09:05 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-09-17 23:09:05 +0200 |
commit | eac6bfa06de01222ceb33a6865c01fc46d99769f (patch) | |
tree | 1515a344dacb54db571df4b25cb14ee06d094e85 /ansible/host_vars | |
parent | 4d6a0f553ae4cbdeec73dffe4aabb3110c0e09c0 (diff) | |
download | infra-eac6bfa06de01222ceb33a6865c01fc46d99769f.tar.gz infra-eac6bfa06de01222ceb33a6865c01fc46d99769f.tar.bz2 infra-eac6bfa06de01222ceb33a6865c01fc46d99769f.tar.xz infra-eac6bfa06de01222ceb33a6865c01fc46d99769f.zip |
o Lots of VM work.
Diffstat (limited to 'ansible/host_vars')
-rw-r--r-- | ansible/host_vars/knot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/host_vars/knot.yml b/ansible/host_vars/knot.yml index f7bc64a..d01de6e 100644 --- a/ansible/host_vars/knot.yml +++ b/ansible/host_vars/knot.yml @@ -1,10 +1,18 @@ 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: stopped ipv4: address: 10.0.3.4 netmask: 24 |