diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-09-18 22:07:35 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-09-18 22:07:35 +0200 |
commit | 600fb2dc0da3887f9f719e5f03cc2658ed5f6245 (patch) | |
tree | 1196ccc80f87b9097d4846fb5222a18df0f34cf8 /ansible/host_vars | |
parent | eac6bfa06de01222ceb33a6865c01fc46d99769f (diff) | |
download | infra-600fb2dc0da3887f9f719e5f03cc2658ed5f6245.tar.gz infra-600fb2dc0da3887f9f719e5f03cc2658ed5f6245.tar.bz2 infra-600fb2dc0da3887f9f719e5f03cc2658ed5f6245.tar.xz infra-600fb2dc0da3887f9f719e5f03cc2658ed5f6245.zip |
o Mark sz-test as started.
Diffstat (limited to 'ansible/host_vars')
-rw-r--r-- | ansible/host_vars/knot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/host_vars/knot.yml b/ansible/host_vars/knot.yml index d01de6e..7bd3a35 100644 --- a/ansible/host_vars/knot.yml +++ b/ansible/host_vars/knot.yml @@ -12,7 +12,7 @@ lxc_containers: netmask: 24 gateway: 10.0.3.1 sz-test: - state: stopped + state: started ipv4: address: 10.0.3.4 netmask: 24 |