You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/smardigo/provisioning/script/create-awx-paramaters.groovy

14 lines
537 B
Groovy

[
scope_id: contextScopeId,
process_instance_id: execution.getProcessInstanceId(),
smardigo_management_action: smardigoManagementAction,
cluster_name: cluster.name,
cluster_service: cluster.service,
cluster_services_str: ([cluster.service] + execution.getVariable('connect-features')).join(','),
cluster_size: cluster.size,
stage: cluster.stage,
current_realm_name: tenant.key,
current_realm_display_name: tenant.name,
database_backup_file: execution.getVariable('databaseBackupFilename'),
tenant_id: tenant.key
]