forked from ISTI-ansible-roles/ansible-roles
../library/roles/smartgears/smartgears/defaults/main.yml added smartgears_publication_frequency default
../library/roles/smartgears/smartgears/templates/container.xml.j2 set publication frequency as variable
This commit is contained in:
parent
b0d0c60c04
commit
23c23057d6
|
@ -31,7 +31,7 @@ smartgears_country: it
|
||||||
smartgears_location: pisa
|
smartgears_location: pisa
|
||||||
smartgears_latitude: 41.9000
|
smartgears_latitude: 41.9000
|
||||||
smartgears_longitude: 12.5000
|
smartgears_longitude: 12.5000
|
||||||
|
smartgears_publication_frequency: 180
|
||||||
smartgears_http_port: 9000
|
smartgears_http_port: 9000
|
||||||
smartgears_service_name: 'tomcat-instance-{{ smartgears_http_port }}'
|
smartgears_service_name: 'tomcat-instance-{{ smartgears_http_port }}'
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
<property name='SmartGearsDistributionBundle' value='UnBundled' />
|
<property name='SmartGearsDistributionBundle' value='UnBundled' />
|
||||||
<property name='SmartGearsDistribution' value='{{ smartgears_distribution_version }}' />
|
<property name='SmartGearsDistribution' value='{{ smartgears_distribution_version }}' />
|
||||||
<publication-frequency>180</publication-frequency>
|
<publication-frequency>{{ smartgears_publication_frequency }}</publication-frequency>
|
||||||
<infrastructure>{{ smartgears_infrastructure_name }}</infrastructure>
|
<infrastructure>{{ smartgears_infrastructure_name }}</infrastructure>
|
||||||
|
|
||||||
{% if smartgears_distribution_version | version_compare('2.0.0', '<') %}
|
{% if smartgears_distribution_version | version_compare('2.0.0', '<') %}
|
||||||
|
|
Loading…
Reference in New Issue