Merge pull request #135 from Alfresco/feature/OPSEXP-492_add_ansible_deployment_method

OPSEXP-492: Add ANSIBLE deployment method
This commit is contained in:
Andrei Ciubotaru
2020-11-09 11:05:53 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ public enum DeploymentMethod
INSTALLER,
DOCKER_COMPOSE,
HELM_CHART,
ANSIBLE,
/**
* The distribution zip was used to lay down the ACS artifacts
*/

View File

@@ -675,7 +675,7 @@ deployment.service.targetLockRefreshTime=60000
# How long to wait in mS from the last communication before deciding that deployment has failed, possibly
# the destination is no longer available?
deployment.service.targetLockTimeout=3600000
# Deployment method used to deploy this Alfresco instance (DEFAULT, INSTALLER, DOCKER_COMPOSE, HELM_CHART, ZIP, QUICK_START)
# Deployment method used to deploy this Alfresco instance (DEFAULT, INSTALLER, DOCKER_COMPOSE, HELM_CHART, ANSIBLE, ZIP, QUICK_START)
deployment.method=DEFAULT
#Invitation Service