diff --git a/roles/kubernetes/awx/defaults/main.yml b/roles/kubernetes/awx/defaults/main.yml index 8d72c0f..ea33098 100644 --- a/roles/kubernetes/awx/defaults/main.yml +++ b/roles/kubernetes/awx/defaults/main.yml @@ -21,5 +21,6 @@ awx_job_templates: - name: "remove-server" - name: "remove-service" - name: "restore-database-backup" + - name: "create-remote-database-backup" - name: "update-monitoring" - name: "update-service-state" diff --git a/smardigo/backup/script/ansible-start.groovy b/smardigo/backup/script/ansible-start.groovy index e5674f8..5c4d9bd 100644 --- a/smardigo/backup/script/ansible-start.groovy +++ b/smardigo/backup/script/ansible-start.groovy @@ -5,7 +5,7 @@ def env = [ scope_id: contextScopeId, smardigo_management_action: smardigoManagementAction, stage: cluster.stage, - database_engine: 'postgres', + database_engine: databaseEngine, ] if (binding.hasVariable('extraVariables')) { env << extraVariables diff --git a/smardigo/backup/script/create-awx-paramaters.groovy b/smardigo/backup/script/create-awx-paramaters.groovy index 8415781..a673330 100644 --- a/smardigo/backup/script/create-awx-paramaters.groovy +++ b/smardigo/backup/script/create-awx-paramaters.groovy @@ -5,7 +5,7 @@ def env = [ scope_id: contextScopeId, smardigo_management_action: smardigoManagementAction, stage: cluster.stage, - database_engine: database_engine, + database_engine: databaseEngine, ] if (binding.hasVariable('extraVariables')) { env << extraVariables