value: add deployment_type

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-12-15 18:56:42 +00:00 committed by Pierre-Yves Chibon
parent b6b6a7317a
commit 2b9428a0cf
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@ lvm_size: 30000
mem_size: 6144
num_cpus: 2
deployment_type: prod
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file

View file

@ -4,6 +4,8 @@ lvm_size: 30000
mem_size: 6144
num_cpus: 2
deployment_type: stg
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file