.. _ansible.netcommon.grpc_config_module:
*****************************
ansible.netcommon.grpc_config
*****************************
**Fetch configuration/state data from gRPC enabled target hosts.**
Version added: 3.1.0
.. contents::
:local:
:depth: 1
Synopsis
--------
- gRPC is a high performance, open-source universal RPC framework.
- This module allows the user to append configs to an existing configuration in a gRPC enabled devices.
Requirements
------------
The below requirements are needed on the host that executes this module.
- grpcio
- protobuf
Parameters
----------
.. raw:: html
| Parameter |
Choices/Defaults |
Comments |
|
backup
boolean
|
|
This argument will cause the module to create a full backup of the current running-config from the remote device before any changes are made. If the backup_options value is not given, the backup file is written to the backup folder in the playbook root directory or role root directory, if playbook is part of an ansible role. If the directory does not exist, it is created.
|
|
backup_options
dictionary
|
|
This is a dict object containing configurable options related to backup file path. The value of this option is read only when backup is set to yes, if backup is set to no this option will be silently ignored.
|
|
dir_path
path
|
|
This option provides the path ending with directory name in which the backup configuration file will be stored. If the directory does not exist it will be first created and the filename is either the value of filename or default filename as described in filename options description. If the path value is not given in that case a backup directory will be created in the current working directory and backup configuration will be copied in filename within backup directory.
|
|
filename
string
|
|
The filename to be used to store the backup configuration. If the filename is not given it will be generated based on the hostname, current time and date in format defined by <hostname>_config.<current-date>@<current-time>
|
|
config
string
|
|
This option specifies the string which acts as a filter to restrict the portions of the data to be retrieved from the target host device. If this option is not specified the entire configuration or state data is returned in response provided it is supported by target host.
|
|
state
string
|
|
action to be performed
|