mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added ANSIBLE as an option for deployment method
This commit is contained in:
@@ -35,6 +35,7 @@ public enum DeploymentMethod
|
||||
INSTALLER,
|
||||
DOCKER_COMPOSE,
|
||||
HELM_CHART,
|
||||
ANSIBLE,
|
||||
/**
|
||||
* The distribution zip was used to lay down the ACS artifacts
|
||||
*/
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user