ansible-roles/smartgears/accounting_aggregator_se_pl.../defaults/main.yml

12 lines
646 B
YAML
Raw Normal View History

---
accounting_aggregator_se_plugin_install: False
accounting_aggregator_se_plugin_name: 'accounting-aggregator-se-plugin'
accounting_aggregator_se_plugin_group_id : 'org.gcube.accounting'
accounting_aggregator_se_plugin_artifact_id : 'accounting-aggregator-se-plugin'
accounting_aggregator_se_plugin_version : '1.0.0-SNAPSHOT'
accounting_aggregator_se_plugin_extension: 'jar'
accounting_aggregator_se_plugin_classifier: 'jar-with-dependencies'
accounting_aggregator_se_plugin_file: '{{ accounting_aggregator_se_plugin_name }}-{{ accounting_aggregator_se_plugin_version }}-jar-with-dependencies.{{ accounting_aggregator_se_plugin_extension }}'