Parameter |
Choices/Defaults |
Comments |
auth_priv_from
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the lowest level of messages about user authentication to include in the system log.
|
auth_priv_to
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the highest level of messages about user authentication to include in the system log.
|
console_log
boolean
|
|
Enables or disables logging emergency syslog messages to the console.
|
cron_from
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the lowest level of messages about time-based scheduling to include in the system log.
|
cron_to
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the highest level of messages about time-based scheduling to include in the system log.
|
daemon_from
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the lowest level of messages about daemon performance to include in the system log.
|
daemon_to
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the highest level of messages about daemon performance to include in the system log.
|
include
string
|
|
Syslog-NG configuration to include in the device syslog config.
|
iso_date
boolean
|
|
Enables or disables the ISO date format for messages in the log files.
|
kern_from
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the lowest level of kernel messages to include in the system log.
|
kern_to
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the highest level of kernel messages to include in the system log.
|
local6_from
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the lowest error level for messages from the local6 facility to include in the log.
|
local6_to
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the highest error level for messages from the local6 facility to include in the log.
|
mail_from
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the lowest level of mail log messages to include in the system log.
|
mail_to
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the highest level of mail log messages to include in the system log.
|
messages_from
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the lowest level of system messages to include in the system log.
|
messages_to
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the highest level of system messages to include in the system log.
|
provider
dictionary
added in 1.0.0 of f5networks.f5_modules
|
|
A dict object containing connection details.
|
|
auth_provider
string
|
|
Configures the auth provider for to obtain authentication tokens from the remote device.
This option is really used when working with BIG-IQ devices.
|
|
no_f5_teem
boolean
|
|
If yes , TEEM telemetry data is not sent to F5.
You may omit this option by setting the environment variable F5_TEEM .
|
|
password
string
/ required
|
|
The password for the user account used to connect to the BIG-IP.
You may omit this option by setting the environment variable F5_PASSWORD .
aliases: pass, pwd
|
|
server
string
/ required
|
|
The BIG-IP host.
You may omit this option by setting the environment variable F5_SERVER .
|
|
server_port
integer
|
Default:
443
|
The BIG-IP server port.
You may omit this option by setting the environment variable F5_SERVER_PORT .
|
|
timeout
integer
|
|
Specifies the timeout in seconds for communicating with the network device for either connecting or sending commands. If the timeout is exceeded before the operation is completed, the module will error.
|
|
transport
string
|
|
Configures the transport connection to use when connecting to the remote device.
|
|
user
string
/ required
|
|
The username to connect to the BIG-IP with. This user must have administrative privileges on the device.
You may omit this option by setting the environment variable F5_USER .
|
|
validate_certs
boolean
|
|
If no , SSL certificates are not validated. Use this only on personally controlled sites using self-signed certificates.
You may omit this option by setting the environment variable F5_VALIDATE_CERTS .
|
user_log_from
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the lowest level of user account messages to include in the system log.
|
user_log_to
string
|
Choices:
- alert
- crit
- debug
- emerg
- err
- info
- notice
- warning
|
Specifies the highest level of user account messages to include in the system log.
|