All my Ansible Playbooks
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.
 
 
 
 
 
 

87 lines
3.0 KiB

### General Information
DEFAULT_INSTALL_DIR={{ sm_home }}/siteminder
DEFAULT_SHORTCUTS_DIR=
DEFAULT_JRE_ROOT={{ java_home }}/jre
DEFAULT_BROWSER=
DEFAULT_SMPROFILE_CHOICE=
DEFAULT_ENCRYPTKEY={{ sm_encryption_key }}
CA_SM_PS_FIPS140=COMPAT
### Feature Selection
DEFAULT_OVMGUI_CHOICE=false
DEFAULT_WEBSERVERS_CHOICE=false
DEFAULT_SNMP_CHOICE=false
DEFAULT_POLICYSTORE_CHOICE=false
## Adding this key value pair to support silent install ADAM policy store
DEFAULT_XPS_POLICYSTORE_TYPE=
### OneView Monitor GUI
DEFAULT_JDK_ROOT=
DEFAULT_SERVLETEXEC_INSTANCE_NAME=
DEFAULT_SERVLETEXEC_ROOT=
### Web Server(s)
# This is a list of web server instance information.
# Format: instance_name_1,root_folder_1;instance_name_2,root_folder_2; etc...
# Examples: To configure IIS,
# DEFAULT_WEBSERVER_INFO=IIS,
# To configure Apache and a Sun instance,
# DEFAULT_WEBSERVER_INFO=,/usr/apache2;suninstance,/usr/sunwebserverroot
#
DEFAULT_WEBSERVER_INFO=
DEFAULT_WEBSERVER_ROOT=
### SNMP
# DEFAULT_ROOT_PW=<To define cleartext root password, insert string here and uncomment line.>
ENCRYPTED_ROOT_PW=
### Policy Store
### For LDAP, DEFAULT_POLICYSTORE_TYPE=LDAP and for ODBC DEFAULT_POLICYSTORE_TYPE=RDB
DEFAULT_POLICYSTORE_TYPE=
DEFAULT_POLICYSTORE_IP=
DEFAULT_POLICYSTORE_PORT=
DEFAULT_POLICYSTORE_ADMINDN=
# DEFAULT_POLICYSTORE_ADMINPW=<To define cleartext LDAP Admin password, insert string here and uncomment line.>
ENCRYPTED_POLICYSTORE_ADMINPW=
DEFAULT_POLICYSTORE_ROOTDN=
DEFAULT_POLICYSTORE_USER_CHOICE=
DEFAULT_POLICYSTORE_USERDN=
# DEFAULT_POLICYSTORE_USERPW=<To define cleartext LDAP user password, insert string here and uncomment line.>
ENCRYPTED_POLICYSTORE_USERPW=
DEFAULT_INIT_POLICYSTORE_CHOICE=false
# DEFAULT_SM_ADMINPW=<To define cleartext LDAP SiteMinder Super User password, insert string here and uncomment line.>
ENCRYPTED_SM_ADMINPW=
### Policy Store ODBC
## Supported RDB Types are MS SQL Server2005,2008 and ORACLE10g,11i,12c.
## In case of Oracle, DEFAULT_RDB_DBNAME should contain Oracle Service Name.
## In SQL, DEFAULT_RDB_DBNAME should contain SQL Named Instance or Database Name.
## Possible value for DEFAULT_RDB_DBTYPE, For SQL - DB_MSSQL and Oracle - DB_ORACLE
## Specify a PARAM_DSN value if you want to specify different Database source name. It is an optional.
DEFAULT_RDB_DSN=
DEFAULT_RDB_DBSERVER=
DEFAULT_RDB_DBNAME=
DEFAULT_RDB_PORT=
DEFAULT_RDB_USERNAME=
DEFAULT_RDB_DBTYPE=
# DEFAULT_RDB_PASSWORD=<To define a clear text password for the database administrator, enter the value here and uncomment the line. >
ENCRYPTED_RDB_PASSWORD=
# Import default CA certificates
DEFAULT_SMKEYDB_IMPORT_CHOICE=
# Enabling Password Services
# Supported Password Services are Advanced Password Services (APS), Basic Password Services (BPS)
PASSWORD_RESULT=Basic Password Services
# Master Key Details
# Use below key if you want to supply password in plain text
#MASTER_KEY=
#Use below key to provide Master Key in encrypted format.
ENCRYPTED_MASTER_KEY=
IS_SA_ENABLED=false