You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
914 B
35 lines
914 B
# ==================================
|
|
# CA Directory Response File
|
|
# ==================================
|
|
# This response file is used to provide the default responses to dxsetup
|
|
# for all installations.
|
|
#
|
|
# The current defaults conform to CA installation standards so these should
|
|
# be taken into account when making modifications.
|
|
#
|
|
# Ensure the variable names being set are not changed and that this file
|
|
# is Bourne Shell compatible.
|
|
#
|
|
|
|
INSTUSER=root
|
|
ETDIRHOME="{{ dx_home }}"
|
|
|
|
INSTALLDXWEBSERVER=y
|
|
INSTALLDXMANAGER=y
|
|
INSTALLDOC=y
|
|
|
|
DXHOME="{{ dx_home }}/dxserver"
|
|
DXWEBHOME="{{ dx_home }}/dxwebserver"
|
|
JAVA_LOC="{{ java_home }}/jre/bin/java"
|
|
|
|
DEFAULT_DXUSER={{ dx_user }}
|
|
DXSHELL=/bin/csh
|
|
DXGROUP={{ dx_group }}
|
|
|
|
DXWEBSERVER_CONNECT_PORT=8080
|
|
DXWEBSERVER_SECURE_PORT=8443
|
|
DXWEBSERVER_SHUTDOWN_PORT=8005
|
|
|
|
# This one seems to be hardcoded
|
|
DXMANAGERUSER={{ dxmanager_user }}
|
|
DXMANAGERPASS={{ dxmanager_password }}
|
|
|