From 78f4c8608b3a081550ebc1cefe7eb1b1232d1e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20R=C3=B8dvand?= Date: Thu, 19 Oct 2023 12:21:43 +0200 Subject: [PATCH] Regenerate docs (#1101) --- CHANGELOG.rst | 34 + docs/plugins/index.rst | 4 +- docs/plugins/nb_inventory_inventory.rst | 2 +- docs/plugins/nb_lookup_lookup.rst | 2 +- docs/plugins/netbox_aggregate_module.rst | 2 +- docs/plugins/netbox_asn_module.rst | 2 +- docs/plugins/netbox_cable_module.rst | 2 +- docs/plugins/netbox_circuit_module.rst | 2 +- .../netbox_circuit_termination_module.rst | 2 +- docs/plugins/netbox_circuit_type_module.rst | 2 +- docs/plugins/netbox_cluster_group_module.rst | 2 +- docs/plugins/netbox_cluster_module.rst | 2 +- docs/plugins/netbox_cluster_type_module.rst | 2 +- docs/plugins/netbox_config_context_module.rst | 2 +- .../plugins/netbox_config_template_module.rst | 713 ++++++++++++++++++ docs/plugins/netbox_console_port_module.rst | 2 +- .../netbox_console_port_template_module.rst | 2 +- .../netbox_console_server_port_module.rst | 2 +- ...ox_console_server_port_template_module.rst | 2 +- docs/plugins/netbox_contact_group_module.rst | 2 +- docs/plugins/netbox_contact_module.rst | 2 +- docs/plugins/netbox_contact_role_module.rst | 2 +- docs/plugins/netbox_custom_field_module.rst | 2 +- docs/plugins/netbox_custom_link_module.rst | 2 +- docs/plugins/netbox_device_bay_module.rst | 2 +- .../netbox_device_bay_template_module.rst | 2 +- .../netbox_device_interface_module.rst | 2 +- ...etbox_device_interface_template_module.rst | 2 +- docs/plugins/netbox_device_module.rst | 39 +- docs/plugins/netbox_device_role_module.rst | 2 +- docs/plugins/netbox_device_type_module.rst | 39 +- .../plugins/netbox_export_template_module.rst | 2 +- .../netbox_fhrp_group_assignment_module.rst | 2 +- docs/plugins/netbox_fhrp_group_module.rst | 2 +- docs/plugins/netbox_front_port_module.rst | 2 +- .../netbox_front_port_template_module.rst | 2 +- docs/plugins/netbox_interface_module.rst | 2 +- docs/plugins/netbox_inventory_item_module.rst | 171 ++++- .../netbox_inventory_item_role_module.rst | 2 +- docs/plugins/netbox_ip_address_module.rst | 2 +- docs/plugins/netbox_ipam_role_module.rst | 2 +- docs/plugins/netbox_journal_entry_module.rst | 2 +- docs/plugins/netbox_l2vpn_module.rst | 2 +- .../netbox_l2vpn_termination_module.rst | 2 +- docs/plugins/netbox_location_module.rst | 2 +- docs/plugins/netbox_manufacturer_module.rst | 2 +- docs/plugins/netbox_module_type_module.rst | 2 +- docs/plugins/netbox_platform_module.rst | 2 +- docs/plugins/netbox_power_feed_module.rst | 2 +- docs/plugins/netbox_power_outlet_module.rst | 2 +- .../netbox_power_outlet_template_module.rst | 2 +- docs/plugins/netbox_power_panel_module.rst | 2 +- docs/plugins/netbox_power_port_module.rst | 2 +- .../netbox_power_port_template_module.rst | 2 +- docs/plugins/netbox_prefix_module.rst | 2 +- docs/plugins/netbox_provider_module.rst | 2 +- .../netbox_provider_network_module.rst | 2 +- docs/plugins/netbox_rack_group_module.rst | 2 +- docs/plugins/netbox_rack_module.rst | 2 +- docs/plugins/netbox_rack_role_module.rst | 2 +- docs/plugins/netbox_rear_port_module.rst | 2 +- .../netbox_rear_port_template_module.rst | 2 +- docs/plugins/netbox_region_module.rst | 2 +- docs/plugins/netbox_rir_module.rst | 2 +- docs/plugins/netbox_route_target_module.rst | 2 +- docs/plugins/netbox_service_module.rst | 2 +- .../netbox_service_template_module.rst | 2 +- docs/plugins/netbox_site_group_module.rst | 2 +- docs/plugins/netbox_site_module.rst | 2 +- docs/plugins/netbox_tag_module.rst | 2 +- docs/plugins/netbox_tenant_group_module.rst | 2 +- docs/plugins/netbox_tenant_module.rst | 2 +- .../plugins/netbox_virtual_chassis_module.rst | 2 +- .../plugins/netbox_virtual_machine_module.rst | 2 +- docs/plugins/netbox_vlan_group_module.rst | 2 +- docs/plugins/netbox_vlan_module.rst | 2 +- docs/plugins/netbox_vm_interface_module.rst | 2 +- docs/plugins/netbox_vrf_module.rst | 2 +- docs/plugins/netbox_webhook_module.rst | 2 +- .../netbox_wireless_lan_group_module.rst | 2 +- docs/plugins/netbox_wireless_lan_module.rst | 2 +- docs/plugins/netbox_wireless_link_module.rst | 2 +- 82 files changed, 1072 insertions(+), 80 deletions(-) create mode 100644 docs/plugins/netbox_config_template_module.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 658dc3f30..528df7946 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,40 @@ NetBox.NetBox Release Notes .. contents:: Topics +v3.15.0 +======= + +Minor Changes +------------- + +- netbox_config_template - New module [#1090](https://github.com/netbox-community/ansible_modules/pull/1090) +- netbox_device - Add oob_ip to device [#1085](https://github.com/netbox-community/ansible_modules/pull/1085) +- netbox_device_type - Add default_platform [#1092](https://github.com/netbox-community/ansible_modules/pull/1092) + +Bugfixes +-------- + +- netbox_ device - Adjust device_role to role for NetBox 3.6 [#1066](https://github.com/netbox-community/ansible_modules/pull/1066) + +v3.14.0 +======= + +Minor Changes +------------- + +- API - Add possibility to use Bearer token [#1023](https://github.com/netbox-community/ansible_modules/pull/1023) +- custom fields - Add datetime as an custom field option [#1019](https://github.com/netbox-community/ansible_modules/pull/1019) +- netbox_cable - Add tenant [#1027](https://github.com/netbox-community/ansible_modules/pull/1027) +- netbox_circuit_type, netbox_device_interface - Add missing options [#1025](https://github.com/netbox-community/ansible_modules/pull/1025) +- netbox_custom_field - Add hidden-ifunset option [#1048](https://github.com/netbox-community/ansible_modules/pull/1048) +- netbox_inventory_item - Add role to module [#1050](https://github.com/netbox-community/ansible_modules/pull/1050) +- netbox_power_port - Add missing power port option [#1049](https://github.com/netbox-community/ansible_modules/pull/1049) + +Bugfixes +-------- + +- Fix schema caching [#1053](https://github.com/netbox-community/ansible_modules/pull/1053) + v3.13.0 ======= diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 1a9c11d07..5ac8322c1 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -6,7 +6,7 @@ Netbox.Netbox ============= -Collection version 3.14.0 +Collection version 3.15.0 .. contents:: :local: @@ -58,6 +58,7 @@ Modules * :ref:`netbox_cluster_group module ` -- Create, update or delete cluster groups within NetBox * :ref:`netbox_cluster_type module ` -- Create, update or delete cluster types within NetBox * :ref:`netbox_config_context module ` -- Creates, updates or deletes configuration contexts within NetBox +* :ref:`netbox_config_template module ` -- Creates or removes config templates from NetBox * :ref:`netbox_console_port module ` -- Create, update or delete console ports within NetBox * :ref:`netbox_console_port_template module ` -- Create, update or delete console port templates within NetBox * :ref:`netbox_console_server_port module ` -- Create, update or delete console server ports within NetBox @@ -139,6 +140,7 @@ Modules netbox_cluster_group_module netbox_cluster_type_module netbox_config_context_module + netbox_config_template_module netbox_console_port_module netbox_console_port_template_module netbox_console_server_port_module diff --git a/docs/plugins/nb_inventory_inventory.rst b/docs/plugins/nb_inventory_inventory.rst index b434ebcf5..5dc0a9ae5 100644 --- a/docs/plugins/nb_inventory_inventory.rst +++ b/docs/plugins/nb_inventory_inventory.rst @@ -42,7 +42,7 @@ netbox.netbox.nb_inventory inventory -- NetBox inventory source .. Collection note .. note:: - This inventory plugin is part of the `netbox.netbox collection `_ (version 3.14.0). + This inventory plugin is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. diff --git a/docs/plugins/nb_lookup_lookup.rst b/docs/plugins/nb_lookup_lookup.rst index 3e0ad0409..1465fc5cc 100644 --- a/docs/plugins/nb_lookup_lookup.rst +++ b/docs/plugins/nb_lookup_lookup.rst @@ -42,7 +42,7 @@ netbox.netbox.nb_lookup lookup -- Queries and returns elements from NetBox .. Collection note .. note:: - This lookup plugin is part of the `netbox.netbox collection `_ (version 3.14.0). + This lookup plugin is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this lookup plugin, diff --git a/docs/plugins/netbox_aggregate_module.rst b/docs/plugins/netbox_aggregate_module.rst index dd41e9eca..6edb0a103 100644 --- a/docs/plugins/netbox_aggregate_module.rst +++ b/docs/plugins/netbox_aggregate_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_aggregate module -- Creates or removes aggregates from NetB .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_asn_module.rst b/docs/plugins/netbox_asn_module.rst index b16dd01eb..30e9791d5 100644 --- a/docs/plugins/netbox_asn_module.rst +++ b/docs/plugins/netbox_asn_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_asn module -- Create, update or delete ASNs within NetBox .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_cable_module.rst b/docs/plugins/netbox_cable_module.rst index 192d006d6..d565207f4 100644 --- a/docs/plugins/netbox_cable_module.rst +++ b/docs/plugins/netbox_cable_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_cable module -- Create, update or delete cables within NetB .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_circuit_module.rst b/docs/plugins/netbox_circuit_module.rst index 62ffc974b..cc13ebb00 100644 --- a/docs/plugins/netbox_circuit_module.rst +++ b/docs/plugins/netbox_circuit_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_circuit module -- Create, update or delete circuits within .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_circuit_termination_module.rst b/docs/plugins/netbox_circuit_termination_module.rst index e7a401602..9df6ef81d 100644 --- a/docs/plugins/netbox_circuit_termination_module.rst +++ b/docs/plugins/netbox_circuit_termination_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_circuit_termination module -- Create, update or delete circ .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_circuit_type_module.rst b/docs/plugins/netbox_circuit_type_module.rst index b20d8464c..18c64a8bb 100644 --- a/docs/plugins/netbox_circuit_type_module.rst +++ b/docs/plugins/netbox_circuit_type_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_circuit_type module -- Create, update or delete circuit typ .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_cluster_group_module.rst b/docs/plugins/netbox_cluster_group_module.rst index a03744b7b..3dba042b4 100644 --- a/docs/plugins/netbox_cluster_group_module.rst +++ b/docs/plugins/netbox_cluster_group_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_cluster_group module -- Create, update or delete cluster gr .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_cluster_module.rst b/docs/plugins/netbox_cluster_module.rst index ead6cb43b..8c4ff8ebf 100644 --- a/docs/plugins/netbox_cluster_module.rst +++ b/docs/plugins/netbox_cluster_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_cluster module -- Create, update or delete clusters within .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_cluster_type_module.rst b/docs/plugins/netbox_cluster_type_module.rst index a2a29f3b0..e2a2128a2 100644 --- a/docs/plugins/netbox_cluster_type_module.rst +++ b/docs/plugins/netbox_cluster_type_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_cluster_type module -- Create, update or delete cluster typ .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_config_context_module.rst b/docs/plugins/netbox_config_context_module.rst index 1326f663e..4fc892521 100644 --- a/docs/plugins/netbox_config_context_module.rst +++ b/docs/plugins/netbox_config_context_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_config_context module -- Creates, updates or deletes config .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_config_template_module.rst b/docs/plugins/netbox_config_template_module.rst new file mode 100644 index 000000000..46543ad47 --- /dev/null +++ b/docs/plugins/netbox_config_template_module.rst @@ -0,0 +1,713 @@ + +.. Document meta + +:orphan: + +.. |antsibull-internal-nbsp| unicode:: 0xA0 + :trim: + +.. role:: ansible-attribute-support-label +.. role:: ansible-attribute-support-property +.. role:: ansible-attribute-support-full +.. role:: ansible-attribute-support-partial +.. role:: ansible-attribute-support-none +.. role:: ansible-attribute-support-na +.. role:: ansible-option-type +.. role:: ansible-option-elements +.. role:: ansible-option-required +.. role:: ansible-option-versionadded +.. role:: ansible-option-aliases +.. role:: ansible-option-choices +.. role:: ansible-option-choices-default-mark +.. role:: ansible-option-default-bold +.. role:: ansible-option-configuration +.. role:: ansible-option-returned-bold +.. role:: ansible-option-sample-bold + +.. Anchors + +.. _ansible_collections.netbox.netbox.netbox_config_template_module: + +.. Anchors: short name for ansible.builtin + +.. Anchors: aliases + + + +.. Title + +netbox.netbox.netbox_config_template module -- Creates or removes config templates from NetBox +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + +.. Collection note + +.. note:: + This module is part of the `netbox.netbox collection `_ (version 3.15.0). + + To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. + You need further requirements to be able to use this module, + see :ref:`Requirements ` for details. + + To use it in a playbook, specify: :code:`netbox.netbox.netbox_config_template`. + +.. version_added + +.. rst-class:: ansible-version-added + +New in netbox.netbox 3.15.0 + +.. contents:: + :local: + :depth: 1 + +.. Deprecated + + +Synopsis +-------- + +.. Description + +- Creates or removes config templates from NetBox + + +.. Aliases + + +.. Requirements + +.. _ansible_collections.netbox.netbox.netbox_config_template_module_requirements: + +Requirements +------------ +The below requirements are needed on the host that executes this module. + +- pynetbox + + + + + + +.. Options + +Parameters +---------- + +.. rst-class:: ansible-option-table + +.. list-table:: + :width: 100% + :widths: auto + :header-rows: 1 + + * - Parameter + - Comments + + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__parameter-cert: + + .. rst-class:: ansible-option-title + + **cert** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`any` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + Certificate path + + + .. raw:: html + +
+ + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__parameter-data: + + .. rst-class:: ansible-option-title + + **data** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`dictionary` / :ansible-option-required:`required` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + Defines the config template configuration + + + .. raw:: html + +
+ + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__parameter-data/description: + + .. rst-class:: ansible-option-title + + **description** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`string` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + Template description. Max length 200 characters + + + .. raw:: html + +
+ + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__parameter-data/environment_params: + + .. rst-class:: ansible-option-title + + **environment_params** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`dictionary` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + Any additional parameters to pass when constructing the Jinja2 environment + + + .. raw:: html + +
+ + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__parameter-data/name: + + .. rst-class:: ansible-option-title + + **name** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`string` / :ansible-option-required:`required` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + Config template name + + + .. raw:: html + +
+ + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__parameter-data/tags: + + .. rst-class:: ansible-option-title + + **tags** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`list` / :ansible-option-elements:`elements=any` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + Any tags that the device may need to be associated with + + + .. raw:: html + +
+ + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__parameter-data/template_code: + + .. rst-class:: ansible-option-title + + **template_code** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`string` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + The template code to be rendered. + + + .. raw:: html + +
+ + + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__parameter-netbox_token: + + .. rst-class:: ansible-option-title + + **netbox_token** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`string` / :ansible-option-required:`required` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + The NetBox API token. + + + .. raw:: html + +
+ + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__parameter-netbox_url: + + .. rst-class:: ansible-option-title + + **netbox_url** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`string` / :ansible-option-required:`required` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + The URL of the NetBox instance. + + Must be accessible by the Ansible control host. + + + .. raw:: html + +
+ + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__parameter-query_params: + + .. rst-class:: ansible-option-title + + **query_params** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`list` / :ansible-option-elements:`elements=string` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + This can be used to override the specified values in ALLOWED\_QUERY\_PARAMS that are defined + + in plugins/module\_utils/netbox\_utils.py and provides control to users on what may make + + an object unique in their environment. + + + .. raw:: html + +
+ + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__parameter-state: + + .. rst-class:: ansible-option-title + + **state** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`string` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + The state of the object. + + + .. rst-class:: ansible-option-line + + :ansible-option-choices:`Choices:` + + - :ansible-option-choices-entry-default:`"present"` :ansible-option-choices-default-mark:`← (default)` + - :ansible-option-choices-entry:`"absent"` + + + .. raw:: html + +
+ + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__parameter-validate_certs: + + .. rst-class:: ansible-option-title + + **validate_certs** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`any` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + If \ :literal:`no`\ , SSL certificates will not be validated. + + This should only be used on personally controlled sites using a self-signed certificates. + + + .. rst-class:: ansible-option-line + + :ansible-option-default-bold:`Default:` :ansible-option-default:`true` + + .. raw:: html + +
+ + +.. Attributes + + +.. Notes + +Notes +----- + +.. note:: + - Tags should be defined as a YAML list + +.. Seealso + + +.. Examples + +Examples +-------- + +.. code-block:: yaml+jinja + + + - name: "Test config template creation/deletion" + connection: local + hosts: localhost + gather_facts: False + tasks: + - name: Create config template + netbox.netbox.netbox_config_template: + netbox_url: http://netbox.local + netbox_token: thisIsMyToken + data: + name: "thisIsMyTemplateName" + tags: + - Cloud + template_code: | + #cloud-config + packages: + - ansible + + - name: Delete config template + netbox.netbox.netbox_config_template: + netbox_url: http://netbox.local + netbox_token: thisIsMyToken + data: + name: "thisIsMyTemplateName" + state: absent + + + + +.. Facts + + +.. Return values + +Return Values +------------- +Common return values are documented :ref:`here `, the following are the fields unique to this module: + +.. rst-class:: ansible-option-table + +.. list-table:: + :width: 100% + :widths: auto + :header-rows: 1 + + * - Key + - Description + + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__return-config_templates: + + .. rst-class:: ansible-option-title + + **config_templates** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`dictionary` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + Serialized object as created/existent/updated/deleted within NetBox + + + .. rst-class:: ansible-option-line + + :ansible-option-returned-bold:`Returned:` always + + + .. raw:: html + +
+ + + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_config_template_module__return-msg: + + .. rst-class:: ansible-option-title + + **msg** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`string` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + Message indicating failure or info about what has been achieved + + + .. rst-class:: ansible-option-line + + :ansible-option-returned-bold:`Returned:` always + + + .. raw:: html + +
+ + + +.. Status (Presently only deprecated) + + +.. Authors + +Authors +~~~~~~~ + +- Antoine Dunn (@mindbreak) + + + +.. Extra links + +Collection links +~~~~~~~~~~~~~~~~ + +.. raw:: html + + + +.. Parsing errors + diff --git a/docs/plugins/netbox_console_port_module.rst b/docs/plugins/netbox_console_port_module.rst index ad18df0e5..2d209a991 100644 --- a/docs/plugins/netbox_console_port_module.rst +++ b/docs/plugins/netbox_console_port_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_console_port module -- Create, update or delete console por .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_console_port_template_module.rst b/docs/plugins/netbox_console_port_template_module.rst index 12a2b2e0a..93ba232e3 100644 --- a/docs/plugins/netbox_console_port_template_module.rst +++ b/docs/plugins/netbox_console_port_template_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_console_port_template module -- Create, update or delete co .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_console_server_port_module.rst b/docs/plugins/netbox_console_server_port_module.rst index 989bc0f05..92f5d2618 100644 --- a/docs/plugins/netbox_console_server_port_module.rst +++ b/docs/plugins/netbox_console_server_port_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_console_server_port module -- Create, update or delete cons .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_console_server_port_template_module.rst b/docs/plugins/netbox_console_server_port_template_module.rst index adf46515d..5066460da 100644 --- a/docs/plugins/netbox_console_server_port_template_module.rst +++ b/docs/plugins/netbox_console_server_port_template_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_console_server_port_template module -- Create, update or de .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_contact_group_module.rst b/docs/plugins/netbox_contact_group_module.rst index cd2ef8ffe..6d9a12427 100644 --- a/docs/plugins/netbox_contact_group_module.rst +++ b/docs/plugins/netbox_contact_group_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_contact_group module -- Creates or removes contact groups f .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_contact_module.rst b/docs/plugins/netbox_contact_module.rst index f67da8352..d6c36e3c1 100644 --- a/docs/plugins/netbox_contact_module.rst +++ b/docs/plugins/netbox_contact_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_contact module -- Creates or removes contacts from NetBox .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_contact_role_module.rst b/docs/plugins/netbox_contact_role_module.rst index e31fd5b7a..c15f109e2 100644 --- a/docs/plugins/netbox_contact_role_module.rst +++ b/docs/plugins/netbox_contact_role_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_contact_role module -- Creates or removes contact roles fro .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_custom_field_module.rst b/docs/plugins/netbox_custom_field_module.rst index c5a22e88b..2986a67b4 100644 --- a/docs/plugins/netbox_custom_field_module.rst +++ b/docs/plugins/netbox_custom_field_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_custom_field module -- Creates, updates or deletes custom f .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_custom_link_module.rst b/docs/plugins/netbox_custom_link_module.rst index 4eeacae2a..be9b74936 100644 --- a/docs/plugins/netbox_custom_link_module.rst +++ b/docs/plugins/netbox_custom_link_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_custom_link module -- Creates, updates or deletes custom li .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_device_bay_module.rst b/docs/plugins/netbox_device_bay_module.rst index 8fd20e0db..2c4b116b1 100644 --- a/docs/plugins/netbox_device_bay_module.rst +++ b/docs/plugins/netbox_device_bay_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_device_bay module -- Create, update or delete device bays w .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_device_bay_template_module.rst b/docs/plugins/netbox_device_bay_template_module.rst index 2009d1f2e..a6980a758 100644 --- a/docs/plugins/netbox_device_bay_template_module.rst +++ b/docs/plugins/netbox_device_bay_template_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_device_bay_template module -- Create, update or delete devi .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_device_interface_module.rst b/docs/plugins/netbox_device_interface_module.rst index 3e351ba17..732145afa 100644 --- a/docs/plugins/netbox_device_interface_module.rst +++ b/docs/plugins/netbox_device_interface_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_device_interface module -- Creates or removes interfaces on .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_device_interface_template_module.rst b/docs/plugins/netbox_device_interface_template_module.rst index 405bb1163..2fe75cb51 100644 --- a/docs/plugins/netbox_device_interface_template_module.rst +++ b/docs/plugins/netbox_device_interface_template_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_device_interface_template module -- Creates or removes inte .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_device_module.rst b/docs/plugins/netbox_device_module.rst index fb8a586df..97070cf89 100644 --- a/docs/plugins/netbox_device_module.rst +++ b/docs/plugins/netbox_device_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_device module -- Create, update or delete devices within Ne .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, @@ -608,6 +608,43 @@ Parameters The name of the device + .. raw:: html + + + + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_device_module__parameter-data/oob_ip: + + .. rst-class:: ansible-option-title + + **oob_ip** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`any` + + :ansible-option-versionadded:`added in netbox.netbox 3.15.0` + + + .. raw:: html + +
+ + - .. raw:: html + +
+ + Out-of-band (OOB) IP address assigned to the device + + .. raw:: html
diff --git a/docs/plugins/netbox_device_role_module.rst b/docs/plugins/netbox_device_role_module.rst index dccc04f7d..17177a97e 100644 --- a/docs/plugins/netbox_device_role_module.rst +++ b/docs/plugins/netbox_device_role_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_device_role module -- Create, update or delete devices role .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_device_type_module.rst b/docs/plugins/netbox_device_type_module.rst index e677f691b..92b2577f9 100644 --- a/docs/plugins/netbox_device_type_module.rst +++ b/docs/plugins/netbox_device_type_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_device_type module -- Create, update or delete device types .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, @@ -286,6 +286,43 @@ Parameters must exist in NetBox + .. raw:: html + + + + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_device_type_module__parameter-data/default_platform: + + .. rst-class:: ansible-option-title + + **default_platform** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`any` + + :ansible-option-versionadded:`added in netbox.netbox 3.15.0` + + + .. raw:: html + +
+ + - .. raw:: html + +
+ + Set the default platform used by the device + + .. raw:: html
diff --git a/docs/plugins/netbox_export_template_module.rst b/docs/plugins/netbox_export_template_module.rst index b1fa65ab3..f9fb3915a 100644 --- a/docs/plugins/netbox_export_template_module.rst +++ b/docs/plugins/netbox_export_template_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_export_template module -- Creates, updates or deletes expor .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_fhrp_group_assignment_module.rst b/docs/plugins/netbox_fhrp_group_assignment_module.rst index 8869867f9..029df9047 100644 --- a/docs/plugins/netbox_fhrp_group_assignment_module.rst +++ b/docs/plugins/netbox_fhrp_group_assignment_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_fhrp_group_assignment module -- Create, update or delete FH .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_fhrp_group_module.rst b/docs/plugins/netbox_fhrp_group_module.rst index e25cc58ef..274b08b3f 100644 --- a/docs/plugins/netbox_fhrp_group_module.rst +++ b/docs/plugins/netbox_fhrp_group_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_fhrp_group module -- Create, update or delete FHRP groups w .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_front_port_module.rst b/docs/plugins/netbox_front_port_module.rst index 0f4994dbd..e0f54b56a 100644 --- a/docs/plugins/netbox_front_port_module.rst +++ b/docs/plugins/netbox_front_port_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_front_port module -- Create, update or delete front ports w .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_front_port_template_module.rst b/docs/plugins/netbox_front_port_template_module.rst index 79664d47c..ebca6a1ce 100644 --- a/docs/plugins/netbox_front_port_template_module.rst +++ b/docs/plugins/netbox_front_port_template_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_front_port_template module -- Create, update or delete fron .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_interface_module.rst b/docs/plugins/netbox_interface_module.rst index bfbbabd37..121bce2b6 100644 --- a/docs/plugins/netbox_interface_module.rst +++ b/docs/plugins/netbox_interface_module.rst @@ -15,7 +15,7 @@ netbox.netbox.netbox_interface .. Collection note .. note:: - This plugin was part of the `netbox.netbox collection `_ (version 3.14.0). + This plugin was part of the `netbox.netbox collection `_ (version 3.15.0). This module has been removed in version 0.1.0 of netbox.netbox. diff --git a/docs/plugins/netbox_inventory_item_module.rst b/docs/plugins/netbox_inventory_item_module.rst index 58e97b46c..4bb42d101 100644 --- a/docs/plugins/netbox_inventory_item_module.rst +++ b/docs/plugins/netbox_inventory_item_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_inventory_item module -- Creates or removes inventory items .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, @@ -202,6 +202,162 @@ Parameters The asset tag of the inventory item + .. raw:: html + + + + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_inventory_item_module__parameter-data/component: + + .. rst-class:: ansible-option-title + + **component** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`dictionary` + + :ansible-option-versionadded:`added in netbox.netbox 3.15.0` + + + .. raw:: html + +
+ + - .. raw:: html + +
+ + The associated component + + + .. raw:: html + +
+ + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_inventory_item_module__parameter-data/component/device: + + .. rst-class:: ansible-option-title + + **device** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`string` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + The device the component is attached to. + + + .. raw:: html + +
+ + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_inventory_item_module__parameter-data/component/name: + + .. rst-class:: ansible-option-title + + **name** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`string` + + .. raw:: html + +
+ + - .. raw:: html + +
+ + The name of the component + + + .. raw:: html + +
+ + + * - .. raw:: html + +
+
+ + .. _ansible_collections.netbox.netbox.netbox_inventory_item_module__parameter-data/component_type: + + .. rst-class:: ansible-option-title + + **component_type** + + .. raw:: html + + + + .. rst-class:: ansible-option-type-line + + :ansible-option-type:`string` + + :ansible-option-versionadded:`added in netbox.netbox 3.15.0` + + + .. raw:: html + +
+ + - .. raw:: html + +
+ + The type of the component. Required if component is defined. + + + .. rst-class:: ansible-option-line + + :ansible-option-choices:`Choices:` + + - :ansible-option-choices-entry:`"dcim.consoleport"` + - :ansible-option-choices-entry:`"dcim.consoleserverport"` + - :ansible-option-choices-entry:`"dcim.frontport"` + - :ansible-option-choices-entry:`"dcim.interface"` + - :ansible-option-choices-entry:`"dcim.poweroutlet"` + - :ansible-option-choices-entry:`"dcim.powerport"` + - :ansible-option-choices-entry:`"dcim.rearport"` + + .. raw:: html
@@ -890,6 +1046,19 @@ Examples device: test100 state: present + - name: Create inventory item with component + netbox.netbox.netbox_inventory_item: + netbox_url: http://netbox.local + netbox_token: thisIsMyToken + data: + name: "10G-SFP+" + device: test100 + component_type: "dcim.interface" + component: + name: GigabitEthernet2 + device: "test100" + state: present + - name: Delete inventory item within netbox netbox.netbox.netbox_inventory_item: netbox_url: http://netbox.local diff --git a/docs/plugins/netbox_inventory_item_role_module.rst b/docs/plugins/netbox_inventory_item_role_module.rst index f206ecbda..186057073 100644 --- a/docs/plugins/netbox_inventory_item_role_module.rst +++ b/docs/plugins/netbox_inventory_item_role_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_inventory_item_role module -- Create, update or delete devi .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_ip_address_module.rst b/docs/plugins/netbox_ip_address_module.rst index 83fcfb755..46e9276f9 100644 --- a/docs/plugins/netbox_ip_address_module.rst +++ b/docs/plugins/netbox_ip_address_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_ip_address module -- Creates or removes IP addresses from N .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_ipam_role_module.rst b/docs/plugins/netbox_ipam_role_module.rst index a1e93994d..4cadd25ef 100644 --- a/docs/plugins/netbox_ipam_role_module.rst +++ b/docs/plugins/netbox_ipam_role_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_ipam_role module -- Creates or removes ipam roles from NetB .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_journal_entry_module.rst b/docs/plugins/netbox_journal_entry_module.rst index 3e9ac0546..f80e8d691 100644 --- a/docs/plugins/netbox_journal_entry_module.rst +++ b/docs/plugins/netbox_journal_entry_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_journal_entry module -- Creates a journal entry .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_l2vpn_module.rst b/docs/plugins/netbox_l2vpn_module.rst index 356c026d7..644625a41 100644 --- a/docs/plugins/netbox_l2vpn_module.rst +++ b/docs/plugins/netbox_l2vpn_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_l2vpn module -- Create, update or delete L2VPNs within NetB .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_l2vpn_termination_module.rst b/docs/plugins/netbox_l2vpn_termination_module.rst index 42661c196..8558f9f20 100644 --- a/docs/plugins/netbox_l2vpn_termination_module.rst +++ b/docs/plugins/netbox_l2vpn_termination_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_l2vpn_termination module -- Create, update or delete L2VPNs .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_location_module.rst b/docs/plugins/netbox_location_module.rst index 246ba791e..cc41e7818 100644 --- a/docs/plugins/netbox_location_module.rst +++ b/docs/plugins/netbox_location_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_location module -- Create, update or delete locations withi .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_manufacturer_module.rst b/docs/plugins/netbox_manufacturer_module.rst index ec3d0efa1..232201ded 100644 --- a/docs/plugins/netbox_manufacturer_module.rst +++ b/docs/plugins/netbox_manufacturer_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_manufacturer module -- Create or delete manufacturers withi .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_module_type_module.rst b/docs/plugins/netbox_module_type_module.rst index 087160c88..d81ba71e3 100644 --- a/docs/plugins/netbox_module_type_module.rst +++ b/docs/plugins/netbox_module_type_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_module_type module -- Create, update or delete module types .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_platform_module.rst b/docs/plugins/netbox_platform_module.rst index ac7f33690..fd09fd35d 100644 --- a/docs/plugins/netbox_platform_module.rst +++ b/docs/plugins/netbox_platform_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_platform module -- Create or delete platforms within NetBox .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_power_feed_module.rst b/docs/plugins/netbox_power_feed_module.rst index 08f2af78b..71b1ed384 100644 --- a/docs/plugins/netbox_power_feed_module.rst +++ b/docs/plugins/netbox_power_feed_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_power_feed module -- Create, update or delete power feeds w .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_power_outlet_module.rst b/docs/plugins/netbox_power_outlet_module.rst index 95cf0e757..f41f120be 100644 --- a/docs/plugins/netbox_power_outlet_module.rst +++ b/docs/plugins/netbox_power_outlet_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_power_outlet module -- Create, update or delete power outle .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_power_outlet_template_module.rst b/docs/plugins/netbox_power_outlet_template_module.rst index aa347fa66..b3d5ffdf0 100644 --- a/docs/plugins/netbox_power_outlet_template_module.rst +++ b/docs/plugins/netbox_power_outlet_template_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_power_outlet_template module -- Create, update or delete po .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_power_panel_module.rst b/docs/plugins/netbox_power_panel_module.rst index 345c2858d..82d9c8093 100644 --- a/docs/plugins/netbox_power_panel_module.rst +++ b/docs/plugins/netbox_power_panel_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_power_panel module -- Create, update or delete power panels .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_power_port_module.rst b/docs/plugins/netbox_power_port_module.rst index 22e922cd9..7741fbb9f 100644 --- a/docs/plugins/netbox_power_port_module.rst +++ b/docs/plugins/netbox_power_port_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_power_port module -- Create, update or delete power ports w .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_power_port_template_module.rst b/docs/plugins/netbox_power_port_template_module.rst index e3068a090..7b487afb9 100644 --- a/docs/plugins/netbox_power_port_template_module.rst +++ b/docs/plugins/netbox_power_port_template_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_power_port_template module -- Create, update or delete powe .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_prefix_module.rst b/docs/plugins/netbox_prefix_module.rst index d0f09ab8f..1164d0842 100644 --- a/docs/plugins/netbox_prefix_module.rst +++ b/docs/plugins/netbox_prefix_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_prefix module -- Creates or removes prefixes from NetBox .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_provider_module.rst b/docs/plugins/netbox_provider_module.rst index a205a9bed..10417bf89 100644 --- a/docs/plugins/netbox_provider_module.rst +++ b/docs/plugins/netbox_provider_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_provider module -- Create, update or delete providers withi .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_provider_network_module.rst b/docs/plugins/netbox_provider_network_module.rst index a0cf5a52e..0d9f2ccb4 100644 --- a/docs/plugins/netbox_provider_network_module.rst +++ b/docs/plugins/netbox_provider_network_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_provider_network module -- Create, update or delete provide .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_rack_group_module.rst b/docs/plugins/netbox_rack_group_module.rst index dc66317a2..6c77e08e3 100644 --- a/docs/plugins/netbox_rack_group_module.rst +++ b/docs/plugins/netbox_rack_group_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_rack_group module -- Create, update or delete racks groups .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_rack_module.rst b/docs/plugins/netbox_rack_module.rst index 4a09d5060..6b732f952 100644 --- a/docs/plugins/netbox_rack_module.rst +++ b/docs/plugins/netbox_rack_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_rack module -- Create, update or delete racks within NetBox .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_rack_role_module.rst b/docs/plugins/netbox_rack_role_module.rst index 96291d3d4..e7c6c46ff 100644 --- a/docs/plugins/netbox_rack_role_module.rst +++ b/docs/plugins/netbox_rack_role_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_rack_role module -- Create, update or delete racks roles wi .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_rear_port_module.rst b/docs/plugins/netbox_rear_port_module.rst index bd1549a02..23c60b8e4 100644 --- a/docs/plugins/netbox_rear_port_module.rst +++ b/docs/plugins/netbox_rear_port_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_rear_port module -- Create, update or delete rear ports wit .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_rear_port_template_module.rst b/docs/plugins/netbox_rear_port_template_module.rst index 92fa6d831..67edec980 100644 --- a/docs/plugins/netbox_rear_port_template_module.rst +++ b/docs/plugins/netbox_rear_port_template_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_rear_port_template module -- Create, update or delete rear .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_region_module.rst b/docs/plugins/netbox_region_module.rst index 89587ebf9..203c18074 100644 --- a/docs/plugins/netbox_region_module.rst +++ b/docs/plugins/netbox_region_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_region module -- Creates or removes regions from NetBox .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_rir_module.rst b/docs/plugins/netbox_rir_module.rst index 9021e16ef..7064bcd2e 100644 --- a/docs/plugins/netbox_rir_module.rst +++ b/docs/plugins/netbox_rir_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_rir module -- Create, update or delete RIRs within NetBox .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_route_target_module.rst b/docs/plugins/netbox_route_target_module.rst index c83e96a66..5628148bb 100644 --- a/docs/plugins/netbox_route_target_module.rst +++ b/docs/plugins/netbox_route_target_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_route_target module -- Creates or removes route targets fro .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_service_module.rst b/docs/plugins/netbox_service_module.rst index 8b5f1bbc8..24a9608d4 100644 --- a/docs/plugins/netbox_service_module.rst +++ b/docs/plugins/netbox_service_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_service module -- Creates or removes service from NetBox .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_service_template_module.rst b/docs/plugins/netbox_service_template_module.rst index 06cec6b6f..86bb10484 100644 --- a/docs/plugins/netbox_service_template_module.rst +++ b/docs/plugins/netbox_service_template_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_service_template module -- Create, update or delete service .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_site_group_module.rst b/docs/plugins/netbox_site_group_module.rst index 51b544d4b..43bf79640 100644 --- a/docs/plugins/netbox_site_group_module.rst +++ b/docs/plugins/netbox_site_group_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_site_group module -- Create, update, or delete site groups .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_site_module.rst b/docs/plugins/netbox_site_module.rst index f87d5fc34..f04efe1a5 100644 --- a/docs/plugins/netbox_site_module.rst +++ b/docs/plugins/netbox_site_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_site module -- Creates or removes sites from NetBox .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_tag_module.rst b/docs/plugins/netbox_tag_module.rst index c5a6a2aaf..e5607e033 100644 --- a/docs/plugins/netbox_tag_module.rst +++ b/docs/plugins/netbox_tag_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_tag module -- Creates or removes tags from NetBox .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_tenant_group_module.rst b/docs/plugins/netbox_tenant_group_module.rst index 285ec75ff..2ecf9016b 100644 --- a/docs/plugins/netbox_tenant_group_module.rst +++ b/docs/plugins/netbox_tenant_group_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_tenant_group module -- Creates or removes tenant groups fro .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_tenant_module.rst b/docs/plugins/netbox_tenant_module.rst index 5c8f1de61..74d36dd43 100644 --- a/docs/plugins/netbox_tenant_module.rst +++ b/docs/plugins/netbox_tenant_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_tenant module -- Creates or removes tenants from NetBox .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_virtual_chassis_module.rst b/docs/plugins/netbox_virtual_chassis_module.rst index 9c0a1b8ec..8227bdce8 100644 --- a/docs/plugins/netbox_virtual_chassis_module.rst +++ b/docs/plugins/netbox_virtual_chassis_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_virtual_chassis module -- Create, update or delete virtual .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_virtual_machine_module.rst b/docs/plugins/netbox_virtual_machine_module.rst index 3e0668671..e45d3a192 100644 --- a/docs/plugins/netbox_virtual_machine_module.rst +++ b/docs/plugins/netbox_virtual_machine_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_virtual_machine module -- Create, update or delete virtual\ .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_vlan_group_module.rst b/docs/plugins/netbox_vlan_group_module.rst index c2d62ff2b..62445abc4 100644 --- a/docs/plugins/netbox_vlan_group_module.rst +++ b/docs/plugins/netbox_vlan_group_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_vlan_group module -- Create, update or delete vlans groups .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_vlan_module.rst b/docs/plugins/netbox_vlan_module.rst index 5041f7406..4d7e1bdff 100644 --- a/docs/plugins/netbox_vlan_module.rst +++ b/docs/plugins/netbox_vlan_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_vlan module -- Create, update or delete vlans within NetBox .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_vm_interface_module.rst b/docs/plugins/netbox_vm_interface_module.rst index 6c13c9cd1..e21f1eadf 100644 --- a/docs/plugins/netbox_vm_interface_module.rst +++ b/docs/plugins/netbox_vm_interface_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_vm_interface module -- Creates or removes interfaces from v .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_vrf_module.rst b/docs/plugins/netbox_vrf_module.rst index 72edcb2f3..90e8032b4 100644 --- a/docs/plugins/netbox_vrf_module.rst +++ b/docs/plugins/netbox_vrf_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_vrf module -- Create, update or delete vrfs within NetBox .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_webhook_module.rst b/docs/plugins/netbox_webhook_module.rst index bbc005195..a30d3d1a9 100644 --- a/docs/plugins/netbox_webhook_module.rst +++ b/docs/plugins/netbox_webhook_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_webhook module -- Creates, updates or deletes webhook confi .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_wireless_lan_group_module.rst b/docs/plugins/netbox_wireless_lan_group_module.rst index 457af4279..5d259e053 100644 --- a/docs/plugins/netbox_wireless_lan_group_module.rst +++ b/docs/plugins/netbox_wireless_lan_group_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_wireless_lan_group module -- Creates or removes Wireless LA .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_wireless_lan_module.rst b/docs/plugins/netbox_wireless_lan_module.rst index dd170f993..4425fbdad 100644 --- a/docs/plugins/netbox_wireless_lan_module.rst +++ b/docs/plugins/netbox_wireless_lan_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_wireless_lan module -- Creates or removes Wireless LANs fro .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module, diff --git a/docs/plugins/netbox_wireless_link_module.rst b/docs/plugins/netbox_wireless_link_module.rst index bfa6cfd05..e10469ff3 100644 --- a/docs/plugins/netbox_wireless_link_module.rst +++ b/docs/plugins/netbox_wireless_link_module.rst @@ -42,7 +42,7 @@ netbox.netbox.netbox_wireless_link module -- Creates or removes Wireless links f .. Collection note .. note:: - This module is part of the `netbox.netbox collection `_ (version 3.14.0). + This module is part of the `netbox.netbox collection `_ (version 3.15.0). To install it, use: :code:`ansible-galaxy collection install netbox.netbox`. You need further requirements to be able to use this module,