diff --git a/docs/cli_backup_module.rst b/docs/cli_backup_module.rst index a14d6d3c4..91ba57f8c 100644 --- a/docs/cli_backup_module.rst +++ b/docs/cli_backup_module.rst @@ -108,7 +108,7 @@ Examples .. code-block:: yaml - + - name: configurable backup path ansible.netcommon.cli_backup: filename: backup.cfg @@ -165,4 +165,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/cli_command_module.rst b/docs/cli_command_module.rst index 226478230..84794b391 100644 --- a/docs/cli_command_module.rst +++ b/docs/cli_command_module.rst @@ -162,7 +162,7 @@ Examples .. code-block:: yaml - + - name: run show version on remote devices ansible.netcommon.cli_command: command: show version @@ -274,4 +274,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/cli_config_module.rst b/docs/cli_config_module.rst index c2eea492d..f5c3c38fc 100644 --- a/docs/cli_config_module.rst +++ b/docs/cli_config_module.rst @@ -284,7 +284,7 @@ Examples .. code-block:: yaml - + - name: configure device with config ansible.netcommon.cli_config: config: "{{ lookup('template', 'basic/config.j2') }}" @@ -408,4 +408,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/cli_restore_module.rst b/docs/cli_restore_module.rst index 40682c41e..2fe30ce2f 100644 --- a/docs/cli_restore_module.rst +++ b/docs/cli_restore_module.rst @@ -90,7 +90,7 @@ Examples .. code-block:: yaml - + - name: Restore IOS-XE configuration ansible.netcommon.cli_restore: filename: backupDday.cfg @@ -142,4 +142,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/comp_type5_filter.rst b/docs/comp_type5_filter.rst index 818e9601b..d5e6d697c 100644 --- a/docs/comp_type5_filter.rst +++ b/docs/comp_type5_filter.rst @@ -116,7 +116,7 @@ Examples .. code-block:: yaml - + # Using comp_type5 # playbook @@ -163,4 +163,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/default_cliconf.rst b/docs/default_cliconf.rst index 56638db86..a61f70089 100644 --- a/docs/default_cliconf.rst +++ b/docs/default_cliconf.rst @@ -55,4 +55,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/default_netconf.rst b/docs/default_netconf.rst index 44931bf67..3e22e84b2 100644 --- a/docs/default_netconf.rst +++ b/docs/default_netconf.rst @@ -87,4 +87,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/enable_become.rst b/docs/enable_become.rst index 29f1207ed..978c5d6a8 100644 --- a/docs/enable_become.rst +++ b/docs/enable_become.rst @@ -120,4 +120,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/grpc_config_module.rst b/docs/grpc_config_module.rst index 62c5b941a..d535dbbcc 100644 --- a/docs/grpc_config_module.rst +++ b/docs/grpc_config_module.rst @@ -165,7 +165,7 @@ Examples .. code-block:: yaml - + - name: Merge static route config ansible.netcommon.grpc_config: config: @@ -295,4 +295,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/grpc_connection.rst b/docs/grpc_connection.rst index c29d9a522..4982d4520 100644 --- a/docs/grpc_connection.rst +++ b/docs/grpc_connection.rst @@ -510,4 +510,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/grpc_get_module.rst b/docs/grpc_get_module.rst index 55c9d330c..4f7637b41 100644 --- a/docs/grpc_get_module.rst +++ b/docs/grpc_get_module.rst @@ -132,7 +132,7 @@ Examples .. code-block:: yaml - + - name: Get bgp configuration data grpc_get: section: @@ -227,4 +227,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/hash_salt_filter.rst b/docs/hash_salt_filter.rst index 2705189a5..cbed1c56f 100644 --- a/docs/hash_salt_filter.rst +++ b/docs/hash_salt_filter.rst @@ -82,7 +82,7 @@ Examples .. code-block:: yaml - + # Using hash_salt # playbook @@ -128,4 +128,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/httpapi_connection.rst b/docs/httpapi_connection.rst index ad94d732e..c3dac40ed 100644 --- a/docs/httpapi_connection.rst +++ b/docs/httpapi_connection.rst @@ -665,4 +665,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/index.rst b/docs/index.rst index bbe0b3b5b..0336801cb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -112,5 +112,3 @@ Netconf Plugins ~~~~~~~~~~~~~~~ * `default netconf `_ -- Use default netconf plugin to run standard netconf commands as per RFC - - diff --git a/docs/libssh_connection.rst b/docs/libssh_connection.rst index b091748ee..870540455 100644 --- a/docs/libssh_connection.rst +++ b/docs/libssh_connection.rst @@ -587,4 +587,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/memory_cache.rst b/docs/memory_cache.rst index f03bf6674..1fcf3607f 100644 --- a/docs/memory_cache.rst +++ b/docs/memory_cache.rst @@ -56,4 +56,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/net_get_module.rst b/docs/net_get_module.rst index 526e6fa78..5c7c33db1 100644 --- a/docs/net_get_module.rst +++ b/docs/net_get_module.rst @@ -123,7 +123,7 @@ Examples .. code-block:: yaml - + - name: copy file from the network device to Ansible controller ansible.netcommon.net_get: src: running_cfg_ios1.txt @@ -151,4 +151,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/net_ping_module.rst b/docs/net_ping_module.rst index 1ff5371e7..d9c0d7788 100644 --- a/docs/net_ping_module.rst +++ b/docs/net_ping_module.rst @@ -138,7 +138,7 @@ Examples .. code-block:: yaml - + - name: Test reachability to 10.10.10.10 using default vrf ansible.netcommon.net_ping: dest: 10.10.10.10 @@ -278,4 +278,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/net_put_module.rst b/docs/net_put_module.rst index a4e00ee5d..b84c5a9eb 100644 --- a/docs/net_put_module.rst +++ b/docs/net_put_module.rst @@ -142,7 +142,7 @@ Examples .. code-block:: yaml - + - name: copy file from ansible controller to a network device ansible.netcommon.net_put: src: running_cfg_ios1.txt @@ -171,4 +171,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/netconf_config_module.rst b/docs/netconf_config_module.rst index e84f9a23d..79a587b1f 100644 --- a/docs/netconf_config_module.rst +++ b/docs/netconf_config_module.rst @@ -401,7 +401,7 @@ Examples .. code-block:: yaml - + - name: use lookup filter to provide xml configuration ansible.netcommon.netconf_config: content: "{{ lookup('file', './config.xml') }}" @@ -645,4 +645,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/netconf_connection.rst b/docs/netconf_connection.rst index 07c1e00b5..f37bbd98b 100644 --- a/docs/netconf_connection.rst +++ b/docs/netconf_connection.rst @@ -554,4 +554,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/netconf_get_module.rst b/docs/netconf_get_module.rst index b94ea6087..c3aac61be 100644 --- a/docs/netconf_get_module.rst +++ b/docs/netconf_get_module.rst @@ -151,7 +151,7 @@ Examples .. code-block:: yaml - + - name: Get running configuration and state data ansible.netcommon.netconf_get: @@ -396,4 +396,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/netconf_rpc_module.rst b/docs/netconf_rpc_module.rst index 7da34cf7b..70f788e77 100644 --- a/docs/netconf_rpc_module.rst +++ b/docs/netconf_rpc_module.rst @@ -137,7 +137,7 @@ Examples .. code-block:: yaml - + - name: lock candidate ansible.netcommon.netconf_rpc: rpc: lock @@ -290,4 +290,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/network_cli_connection.rst b/docs/network_cli_connection.rst index d1f44cfe4..ab1204237 100644 --- a/docs/network_cli_connection.rst +++ b/docs/network_cli_connection.rst @@ -35,7 +35,7 @@ Requirements ------------ The below requirements are needed on the local controller node that executes this connection. -- ansible-pylibssh if using \ :emphasis:`ssh\_type=libssh`\ +- ansible-pylibssh if using \ :emphasis:`ssh\_type=libssh`\ @@ -883,4 +883,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/network_resource_module.rst b/docs/network_resource_module.rst index 3aa3e0ec0..df303dbc3 100644 --- a/docs/network_resource_module.rst +++ b/docs/network_resource_module.rst @@ -137,7 +137,7 @@ Examples .. code-block:: yaml - + - name: get list of resource modules for given network_os ansible.netcommon.network_resource: register: result @@ -275,4 +275,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/parse_cli_filter.rst b/docs/parse_cli_filter.rst index e33a5f5a0..8066f4b5a 100644 --- a/docs/parse_cli_filter.rst +++ b/docs/parse_cli_filter.rst @@ -96,7 +96,7 @@ Examples .. code-block:: yaml - + # Using parse_cli # outputConfig @@ -203,4 +203,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/parse_cli_textfsm_filter.rst b/docs/parse_cli_textfsm_filter.rst index 07da770ac..440663a43 100644 --- a/docs/parse_cli_textfsm_filter.rst +++ b/docs/parse_cli_textfsm_filter.rst @@ -96,7 +96,7 @@ Examples .. code-block:: yaml - + # Using parse_cli_textfsm - name: "Fetch command output" @@ -160,4 +160,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/parse_xml_filter.rst b/docs/parse_xml_filter.rst index ecd2eb369..d1377d1bb 100644 --- a/docs/parse_xml_filter.rst +++ b/docs/parse_xml_filter.rst @@ -96,7 +96,7 @@ Examples .. code-block:: yaml - + # Using parse_xml # example_output.xml @@ -235,4 +235,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/persistent_connection.rst b/docs/persistent_connection.rst index cea37e7d7..d574c41ea 100644 --- a/docs/persistent_connection.rst +++ b/docs/persistent_connection.rst @@ -211,4 +211,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/pop_ace_filter.rst b/docs/pop_ace_filter.rst index e1a0bbe54..7d8d72ec3 100644 --- a/docs/pop_ace_filter.rst +++ b/docs/pop_ace_filter.rst @@ -284,7 +284,7 @@ Examples .. code-block:: yaml - + ## Playbook with filter plugin example vars: filter_options: @@ -1210,4 +1210,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/restconf_config_module.rst b/docs/restconf_config_module.rst index 2a72e7ed7..516d952b4 100644 --- a/docs/restconf_config_module.rst +++ b/docs/restconf_config_module.rst @@ -132,7 +132,7 @@ Examples .. code-block:: yaml - + - name: create l3vpn services ansible.netcommon.restconf_config: path: /config/ietf-l3vpn-svc:l3vpn-svc/vpn-services @@ -218,4 +218,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/restconf_get_module.rst b/docs/restconf_get_module.rst index 747477ee5..b0333bbf7 100644 --- a/docs/restconf_get_module.rst +++ b/docs/restconf_get_module.rst @@ -118,7 +118,7 @@ Examples .. code-block:: yaml - + - name: get l3vpn services ansible.netcommon.restconf_get: path: /config/ietf-l3vpn-svc:l3vpn-svc/vpn-services @@ -174,4 +174,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/restconf_httpapi.rst b/docs/restconf_httpapi.rst index 320e258c8..5b1bde633 100644 --- a/docs/restconf_httpapi.rst +++ b/docs/restconf_httpapi.rst @@ -94,4 +94,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/telnet_module.rst b/docs/telnet_module.rst index d5aa080d2..9bd75aea1 100644 --- a/docs/telnet_module.rst +++ b/docs/telnet_module.rst @@ -245,7 +245,7 @@ Examples .. code-block:: yaml - + - name: send configuration commands to IOS ansible.netcommon.telnet: user: cisco @@ -321,4 +321,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/type5_pw_filter.rst b/docs/type5_pw_filter.rst index 1a4546658..a64ca6325 100644 --- a/docs/type5_pw_filter.rst +++ b/docs/type5_pw_filter.rst @@ -95,7 +95,7 @@ Examples .. code-block:: yaml - + # Using type5_pw - name: Set some facts @@ -139,4 +139,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/vlan_expander_filter.rst b/docs/vlan_expander_filter.rst index 10f346188..d62181cf5 100644 --- a/docs/vlan_expander_filter.rst +++ b/docs/vlan_expander_filter.rst @@ -24,7 +24,7 @@ Synopsis -------- - Expand shorthand list of VLANs to list all VLANs. Inverse of vlan\_parser -- Using the parameters below - \ :literal:`vlans\_data | ansible.netcommon.vlan\_expander`\ +- Using the parameters below - \ :literal:`vlans\_data | ansible.netcommon.vlan\_expander`\ @@ -81,7 +81,7 @@ Examples .. code-block:: yaml - + # Using vlan_expander - name: Setting host facts for vlan_expander filter plugin @@ -134,4 +134,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ - diff --git a/docs/vlan_parser_filter.rst b/docs/vlan_parser_filter.rst index 9cc6e5921..93776986b 100644 --- a/docs/vlan_parser_filter.rst +++ b/docs/vlan_parser_filter.rst @@ -113,7 +113,7 @@ Examples .. code-block:: yaml - + # Using vlan_parser - name: Setting host facts for vlan_parser filter plugin @@ -191,4 +191,3 @@ Collection links * `Issue Tracker `__ * `Repository (Sources) `__ -