forked from ISTI-ansible-roles/ansible-roles
17 lines
962 B
YAML
17 lines
962 B
YAML
---
|
|
accounting_aggregator_se_plugin_install: False
|
|
accounting_aggregator_se_plugin_upgrade: False
|
|
accounting_aggregator_se_plugin_version: latest
|
|
|
|
accounting_aggregator_se_plugin_group_id: 'org.gcube.accounting'
|
|
accounting_aggregator_se_plugin_name: 'accounting-aggregator-se-plugin'
|
|
accounting_aggregator_se_plugin_extension: 'jar'
|
|
accounting_aggregator_se_plugin_classifier: 'uberjar'
|
|
accounting_aggregator_se_plugin_uber_file: '{{ accounting_aggregator_se_plugin_name }}-{{ accounting_aggregator_se_plugin_version }}-{{ accounting_aggregator_se_plugin_classifier }}.{{ accounting_aggregator_se_plugin_extension }}'
|
|
accounting_aggregator_se_plugin_file: '{{ accounting_aggregator_se_plugin_name }}-{{ accounting_aggregator_se_plugin_version }}.{{ accounting_aggregator_se_plugin_extension }}'
|
|
|
|
catalina_apps_conf:
|
|
- { app_name: '{{ smart_executor_name }}', plugin_name: '{{ accounting_aggregator_se_plugin_name }}' }
|
|
|
|
# Note: the deb package nco is required
|