mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Create a role for installation with the binary installer.
This commit is contained in:
13
roles/installer_download/templates/confluence.varfile.j2
Normal file
13
roles/installer_download/templates/confluence.varfile.j2
Normal file
@@ -0,0 +1,13 @@
|
||||
launch.application$Boolean=false
|
||||
rmiPort$Long={{ atl_tomcat_mgmt_port | default('8005') }}
|
||||
app.defaultHome={{ atl_product_home }}
|
||||
app.install.service$Boolean=false
|
||||
app.service.account={{ atl_product_user }}
|
||||
existingInstallationDir={{ atl_product_installation_versioned }}
|
||||
sys.confirmedUpdateInstallationString=false
|
||||
sys.languageId=en
|
||||
sys.installationDir={{ atl_product_installation_versioned }}
|
||||
executeLauncherAction$Boolean=true
|
||||
httpPort$Long={{ atl_tomcat_port | default('8080') }}
|
||||
portChoice=default
|
||||
executeLauncherAction$Boolean=false
|
||||
Reference in New Issue
Block a user