forked from ISTI-ansible-roles/ansible-roles
group_vars/dm_pool_manager*
group_vars/catalogue_ws_prod added variable for production environment inventory/hosts.pre add new tabulardata node inventory/hosts.production added new nodes
This commit is contained in:
parent
30e59e6526
commit
bcadddef74
|
@ -17,5 +17,7 @@ dm_pool_manager_pkgs:
|
|||
dm_pool_svn_url: https://svn.d4science.research-infrastructures.eu:443/gcube/trunk/data-analysis
|
||||
svn_user: svn.d4science
|
||||
svn_pass: "{{ vault_svn_pass }}"
|
||||
prod_instance: False
|
||||
proto_instance: False
|
||||
|
||||
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
|
||||
<context-param>
|
||||
<param-name>Environment</param-name>
|
||||
{% if proto_instance %}
|
||||
<param-value>Proto</param-value>
|
||||
{% endif %}
|
||||
{% if prod_instance %}
|
||||
<param-value>Prod</param-value>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in New Issue