community.network.sros_rollback module – Configure Nokia SR OS rollback
Note
This module is part of the community.network collection (version 5.1.0).
You might already have this collection installed if you are using the ansible package.
It is not included in ansible-core.
To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install community.network.
To use it in a playbook, specify: community.network.sros_rollback.
Note
The community.network collection has been deprecated and will be removed from Ansible 12. See the discussion thread for more information.
DEPRECATED
- Removed in:
- version 6.0.0 
- Why:
- This collection and all content in it is unmaintained and deprecated. 
- Alternative:
- Unknown. 
Synopsis
- Configure the rollback feature on remote Nokia devices running the SR OS operating system. this module provides a stateful implementation for managing the configuration of the rollback feature 
Aliases: network.sros.sros_rollback
Parameters
| Parameter | Comments | 
|---|---|
| The local_max_checkpoints argument configures the maximum number of rollback files that can be saved on the devices local compact flash. Valid values for this argument are in the range of 1 to 50 | |
| The remote_max_checkpoints argument configures the maximum number of rollback files that can be transferred and saved to a remote location. Valid values for this argument are in the range of 1 to 50 | |
| The rescue_location specifies the location of the rescue file. This argument supports any valid local or remote URL as specified in SR OS | |
| The rollback_location specifies the location and filename of the rollback checkpoint files. This argument supports any valid local or remote URL as specified in SR OS | |
| The state argument specifies the state of the configuration entries in the devices active configuration. When the state value is set to  Choices: 
 | 
Notes
Note
- For more information on using Ansible to manage Nokia SR OS Network devices see https://www.ansible.com/ansible-nokia. 
Examples
---
- name: Configure rollback location
  community.network.sros_rollback:
    rollback_location: "cb3:/ansible"
- name: Remove all rollback configuration
  community.network.sros_rollback:
    state: absent
Return Values
Common return values are documented here, the following are the fields unique to this module:
| Key | Description | 
|---|---|
| The set of commands that will be pushed to the remote device Returned: always Sample:  | 
Status
- This module will be removed in version 6.0.0. [deprecated] 
- For more information see DEPRECATED. 
