commit_confirm_immediate
boolean
|
Default:
"no"
|
env:ANSIBLE_IOS_COMMIT_CONFIRM_IMMEDIATE
var: ansible_ios_commit_confirm_immediate
|
Enable or disable commit confirm mode.
Confirms the configuration pushed after a custom/ default timeout.(default 1 minute).
For custom timeout configuration set commit_confirm_timeout value.
On commit_confirm_immediate default value for commit_confirm_timeout is considered 1 minute when variable in not explicitly declared.
|
commit_confirm_timeout
integer
|
|
env:ANSIBLE_IOS_COMMIT_CONFIRM_TIMEOUT
var: ansible_ios_commit_confirm_timeout
|
Commits the configuration on a trial basis for the time specified in minutes.
Using commit_confirm_timeout without specifying commit_confirm_immediate would need an explicit configure confirm using the ios_command module to confirm/commit the changes made.
Refer to example for a use case demonstration.
|
config_commands
list
/ elements=string
added in 2.0.0
|
Default:
[]
|
var: ansible_ios_config_commands
|
Specifies a list of commands that can make configuration changes to the target device.
When `ansible_network_single_user_mode` is enabled, if a command sent to the device is present in this list, the existing cache is invalidated.
|