Global Settings
dvn_globalsettings
update DVN global settings
Synopsis
- Update DVN global settings
Options
| Parameter | Required? | Default | Choices | Comments |
|---|---|---|---|---|
| username | service-prov administrator username. If not specified as a parameter, the environment variable DVNREST_USER will be used. | |||
| password | service-prov password If not specified as a parameter, the environment variable DVNREST_PASSWORD will be used. | |||
| url | service-prov url. If not specified as a parameter, the environment variable DVNREST_URL will be used. | |||
| validate_certs | True | Check certs. Use false to allow self-signed. If not specified as a parameter, the environment variable VALIDATE_CERTS will be used. | ||
| fixed_packet_size |
|
Fixed packet size | ||
| domain_target_channels | 3 | Number of target channels for domain pool. Sets both high and low. | ||
| domain_minimum_channels | 1 | Minimum number of channels for the domain pool | ||
| domain_roll_interval | 30 | Roll interval for the domain pool | ||
| openid_logouturi | URI for logout redirects. | |||
| openid_loginuri | URI for login redirects. | |||
| openid_clientid | ID of the client requesting authentication. | |||
| openid_issuer | Issuer of OpenID credentials. | |||
| obfuscation_mode |
|
Turn Controller obfuscation on or off | ||
| reg_required_default | True |
|
Default value for 'Registration Required' for VTCs | |
| upgrade_url | The upgrade url used by the Sparkle-based appcast server. |
Examples
- name: Set the global default to require registration
dvn_globalsettings:
reg_required_default: True
- name: turn on Controller obfuscation
dvn_globalsettings:
obfuscation_mode: on