From 4bab297ed42ed7f19fadece2e4fd96c6cac7fc2d Mon Sep 17 00:00:00 2001 From: Mikhail Yohman Date: Sun, 14 Mar 2021 21:05:26 -0600 Subject: [PATCH] Release 1.0.4 (#24) --- .travis.yml | 2 +- CHANGELOG.rst | 9 +++++ changelogs/changelog.yaml | 8 +++++ docs/plugins/aggregate_module.rst | 2 +- docs/plugins/cable_module.rst | 2 +- docs/plugins/circuit_module.rst | 2 +- docs/plugins/circuit_termination_module.rst | 2 +- docs/plugins/circuit_type_module.rst | 2 +- docs/plugins/cluster_group_module.rst | 2 +- docs/plugins/cluster_module.rst | 2 +- docs/plugins/cluster_type_module.rst | 2 +- docs/plugins/console_port_module.rst | 2 +- docs/plugins/console_port_template_module.rst | 2 +- docs/plugins/console_server_port_module.rst | 2 +- .../console_server_port_template_module.rst | 2 +- docs/plugins/device_bay_module.rst | 2 +- docs/plugins/device_bay_template_module.rst | 2 +- docs/plugins/device_interface_module.rst | 2 +- .../device_interface_template_module.rst | 2 +- docs/plugins/device_module.rst | 2 +- docs/plugins/device_role_module.rst | 2 +- docs/plugins/device_type_module.rst | 2 +- docs/plugins/front_port_module.rst | 2 +- docs/plugins/front_port_template_module.rst | 2 +- docs/plugins/index.rst | 2 +- docs/plugins/inventory_inventory.rst | 2 +- docs/plugins/inventory_item_module.rst | 2 +- docs/plugins/ip_address_module.rst | 34 ++----------------- docs/plugins/ipam_role_module.rst | 2 +- docs/plugins/lookup_lookup.rst | 2 +- docs/plugins/manufacturer_module.rst | 2 +- docs/plugins/platform_module.rst | 2 +- docs/plugins/power_feed_module.rst | 2 +- docs/plugins/power_outlet_module.rst | 2 +- docs/plugins/power_outlet_template_module.rst | 2 +- docs/plugins/power_panel_module.rst | 2 +- docs/plugins/power_port_module.rst | 2 +- docs/plugins/power_port_template_module.rst | 2 +- docs/plugins/prefix_module.rst | 2 +- docs/plugins/provider_module.rst | 2 +- docs/plugins/rack_group_module.rst | 2 +- docs/plugins/rack_module.rst | 2 +- docs/plugins/rack_role_module.rst | 2 +- docs/plugins/rear_port_module.rst | 2 +- docs/plugins/rear_port_template_module.rst | 2 +- docs/plugins/region_module.rst | 2 +- docs/plugins/rir_module.rst | 2 +- docs/plugins/route_target_module.rst | 2 +- docs/plugins/service_module.rst | 2 +- docs/plugins/site_module.rst | 2 +- docs/plugins/status_module.rst | 2 +- docs/plugins/tag_module.rst | 2 +- docs/plugins/tenant_group_module.rst | 2 +- docs/plugins/tenant_module.rst | 2 +- docs/plugins/virtual_chassis_module.rst | 2 +- docs/plugins/virtual_machine_module.rst | 2 +- docs/plugins/vlan_group_module.rst | 2 +- docs/plugins/vlan_module.rst | 2 +- docs/plugins/vm_interface_module.rst | 2 +- docs/plugins/vrf_module.rst | 2 +- galaxy.yml | 2 +- pyproject.toml | 2 +- 62 files changed, 79 insertions(+), 90 deletions(-) diff --git a/.travis.yml b/.travis.yml index dec22d47..e305b17d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: global: - COLLECTION_NAMESPACE: "networktocode" - COLLECTION_NAME: "nautobot" - - COLLECTION_VERSION: "1.0.3" + - COLLECTION_VERSION: "1.0.4" jobs: include: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5b54b4ab..f25a4c3a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,15 @@ networktocode.nautobot Release Notes .. contents:: Topics +v1.0.4 +====== + +Bugfixes +-------- + +- Added check for UUIDs when checking for isinstance(int) [#22](https://github.com/nautobot/nautobot-ansible/pull/22) +- ip_address - Removed interface option [#23](https://github.com/nautobot/nautobot-ansible/pull/23) + v1.0.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 64e53e1c..83668a93 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -197,3 +197,11 @@ releases: fragments: - v1.0.3.yml release_date: '2021-03-13' + 1.0.4: + changes: + bugfixes: + - Added check for UUIDs when checking for isinstance(int) [#22](https://github.com/nautobot/nautobot-ansible/pull/22) + - ip_address - Removed interface option [#23](https://github.com/nautobot/nautobot-ansible/pull/23) + fragments: + - v1.0.4.yml + release_date: '2021-03-14' diff --git a/docs/plugins/aggregate_module.rst b/docs/plugins/aggregate_module.rst index 632d6fe2..430e8be3 100644 --- a/docs/plugins/aggregate_module.rst +++ b/docs/plugins/aggregate_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.aggregate -- Creates or removes aggregates from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/cable_module.rst b/docs/plugins/cable_module.rst index 3eb64924..54a909a8 100644 --- a/docs/plugins/cable_module.rst +++ b/docs/plugins/cable_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.cable -- Create, update or delete cables within Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/circuit_module.rst b/docs/plugins/circuit_module.rst index 841a8ca6..6f33c9a8 100644 --- a/docs/plugins/circuit_module.rst +++ b/docs/plugins/circuit_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.circuit -- Create, update or delete circuits within Nauto .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/circuit_termination_module.rst b/docs/plugins/circuit_termination_module.rst index 6bfe10ba..29e6e7d9 100644 --- a/docs/plugins/circuit_termination_module.rst +++ b/docs/plugins/circuit_termination_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.circuit_termination -- Create, update or delete circuit t .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/circuit_type_module.rst b/docs/plugins/circuit_type_module.rst index 1a52eb09..480bfb05 100644 --- a/docs/plugins/circuit_type_module.rst +++ b/docs/plugins/circuit_type_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.circuit_type -- Create, update or delete circuit types wi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/cluster_group_module.rst b/docs/plugins/cluster_group_module.rst index ab0bef3e..3f114a26 100644 --- a/docs/plugins/cluster_group_module.rst +++ b/docs/plugins/cluster_group_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.cluster_group -- Create, update or delete cluster groups .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/cluster_module.rst b/docs/plugins/cluster_module.rst index c3c43ec4..65ef9980 100644 --- a/docs/plugins/cluster_module.rst +++ b/docs/plugins/cluster_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.cluster -- Create, update or delete clusters within Nauto .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/cluster_type_module.rst b/docs/plugins/cluster_type_module.rst index b0e505bb..e2495f04 100644 --- a/docs/plugins/cluster_type_module.rst +++ b/docs/plugins/cluster_type_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.cluster_type -- Create, update or delete cluster types wi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/console_port_module.rst b/docs/plugins/console_port_module.rst index bf413991..dcf0d20c 100644 --- a/docs/plugins/console_port_module.rst +++ b/docs/plugins/console_port_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.console_port -- Create, update or delete console ports wi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/console_port_template_module.rst b/docs/plugins/console_port_template_module.rst index 8f44fa3f..2d85684f 100644 --- a/docs/plugins/console_port_template_module.rst +++ b/docs/plugins/console_port_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.console_port_template -- Create, update or delete console .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/console_server_port_module.rst b/docs/plugins/console_server_port_module.rst index 35333e0f..60a4b898 100644 --- a/docs/plugins/console_server_port_module.rst +++ b/docs/plugins/console_server_port_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.console_server_port -- Create, update or delete console s .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/console_server_port_template_module.rst b/docs/plugins/console_server_port_template_module.rst index ea148429..cc74d742 100644 --- a/docs/plugins/console_server_port_template_module.rst +++ b/docs/plugins/console_server_port_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.console_server_port_template -- Create, update or delete .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_bay_module.rst b/docs/plugins/device_bay_module.rst index 5d07c488..c5a8aa2a 100644 --- a/docs/plugins/device_bay_module.rst +++ b/docs/plugins/device_bay_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device_bay -- Create, update or delete device bays within .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_bay_template_module.rst b/docs/plugins/device_bay_template_module.rst index f8c38cf9..4db02202 100644 --- a/docs/plugins/device_bay_template_module.rst +++ b/docs/plugins/device_bay_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device_bay_template -- Create, update or delete device ba .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_interface_module.rst b/docs/plugins/device_interface_module.rst index 56cf043d..15706566 100644 --- a/docs/plugins/device_interface_module.rst +++ b/docs/plugins/device_interface_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device_interface -- Creates or removes interfaces on devi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_interface_template_module.rst b/docs/plugins/device_interface_template_module.rst index bae9c9b1..bea16439 100644 --- a/docs/plugins/device_interface_template_module.rst +++ b/docs/plugins/device_interface_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device_interface_template -- Creates or removes interface .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_module.rst b/docs/plugins/device_module.rst index c2d22c3b..297d587e 100644 --- a/docs/plugins/device_module.rst +++ b/docs/plugins/device_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device -- Create, update or delete devices within Nautobo .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_role_module.rst b/docs/plugins/device_role_module.rst index 809f6ec1..dd682dd3 100644 --- a/docs/plugins/device_role_module.rst +++ b/docs/plugins/device_role_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device_role -- Create, update or delete devices roles wit .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_type_module.rst b/docs/plugins/device_type_module.rst index 34f5d272..e299e6f7 100644 --- a/docs/plugins/device_type_module.rst +++ b/docs/plugins/device_type_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device_type -- Create, update or delete device types with .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/front_port_module.rst b/docs/plugins/front_port_module.rst index 6f3d5189..923cef3a 100644 --- a/docs/plugins/front_port_module.rst +++ b/docs/plugins/front_port_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.front_port -- Create, update or delete front ports within .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/front_port_template_module.rst b/docs/plugins/front_port_template_module.rst index 5ffc902f..3428b143 100644 --- a/docs/plugins/front_port_template_module.rst +++ b/docs/plugins/front_port_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.front_port_template -- Create, update or delete front por .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 544b2597..d025887a 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -5,7 +5,7 @@ Networktocode.Nautobot ====================== -Collection version 1.0.3 +Collection version 1.0.4 .. toctree:: :maxdepth: 1 diff --git a/docs/plugins/inventory_inventory.rst b/docs/plugins/inventory_inventory.rst index 4e6bfc52..2c0ddbac 100644 --- a/docs/plugins/inventory_inventory.rst +++ b/docs/plugins/inventory_inventory.rst @@ -20,7 +20,7 @@ networktocode.nautobot.inventory -- Nautobot inventory source .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/inventory_item_module.rst b/docs/plugins/inventory_item_module.rst index f25b4c0f..a263cdbe 100644 --- a/docs/plugins/inventory_item_module.rst +++ b/docs/plugins/inventory_item_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.inventory_item -- Creates or removes inventory items from .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/ip_address_module.rst b/docs/plugins/ip_address_module.rst index 41820b72..5ed6b581 100644 --- a/docs/plugins/ip_address_module.rst +++ b/docs/plugins/ip_address_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.ip_address -- Creates or removes IP addresses from Nautob .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. @@ -237,23 +237,6 @@ Parameters
(DEPRECATED) - Nautobot now handles determining the IP family natively.
Specifies with address family the IP address belongs to
- - - - -
- interface - -
- raw -
- - - - -
The name and device of the interface that the IP address should be assigned to - Required if state is present and a prefix specified.
- @@ -556,7 +539,7 @@ Examples nat_inside: address: 192.168.1.20 vrf: Test - interface: + assigned_object: name: GigabitEthernet1 device: test100 - name: Ensure that an IP inside 192.168.1.0/24 is attached to GigabitEthernet1 @@ -566,22 +549,11 @@ Examples data: prefix: 192.168.1.0/24 vrf: Test - interface: + assigned_object: name: GigabitEthernet1 device: test100 state: present - name: Attach a new available IP of 192.168.1.0/24 to GigabitEthernet1 - networktocode.nautobot.ip_address: - url: http://nautobot.local - token: thisIsMyToken - data: - prefix: 192.168.1.0/24 - vrf: Test - interface: - name: GigabitEthernet1 - device: test100 - state: new - - name: Attach a new available IP of 192.168.1.0/24 to GigabitEthernet1 (Nautobot 2.9+) networktocode.nautobot.ip_address: url: http://nautobot.local token: thisIsMyToken diff --git a/docs/plugins/ipam_role_module.rst b/docs/plugins/ipam_role_module.rst index b4b58535..373bfa39 100644 --- a/docs/plugins/ipam_role_module.rst +++ b/docs/plugins/ipam_role_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.ipam_role -- Creates or removes ipam roles from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/lookup_lookup.rst b/docs/plugins/lookup_lookup.rst index 7020ac3f..2845d539 100644 --- a/docs/plugins/lookup_lookup.rst +++ b/docs/plugins/lookup_lookup.rst @@ -20,7 +20,7 @@ networktocode.nautobot.lookup -- Queries and returns elements from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/manufacturer_module.rst b/docs/plugins/manufacturer_module.rst index 789a86f9..c192558f 100644 --- a/docs/plugins/manufacturer_module.rst +++ b/docs/plugins/manufacturer_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.manufacturer -- Create or delete manufacturers within Nau .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/platform_module.rst b/docs/plugins/platform_module.rst index 966d3bc4..85d0f9ec 100644 --- a/docs/plugins/platform_module.rst +++ b/docs/plugins/platform_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.platform -- Create or delete platforms within Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/power_feed_module.rst b/docs/plugins/power_feed_module.rst index dfdf8449..edbe64ca 100644 --- a/docs/plugins/power_feed_module.rst +++ b/docs/plugins/power_feed_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.power_feed -- Create, update or delete power feeds within .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/power_outlet_module.rst b/docs/plugins/power_outlet_module.rst index 6eafa859..29449c98 100644 --- a/docs/plugins/power_outlet_module.rst +++ b/docs/plugins/power_outlet_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.power_outlet -- Create, update or delete power outlets wi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/power_outlet_template_module.rst b/docs/plugins/power_outlet_template_module.rst index 3f27439a..519dd7a3 100644 --- a/docs/plugins/power_outlet_template_module.rst +++ b/docs/plugins/power_outlet_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.power_outlet_template -- Create, update or delete power o .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/power_panel_module.rst b/docs/plugins/power_panel_module.rst index ee5ee507..fbe56287 100644 --- a/docs/plugins/power_panel_module.rst +++ b/docs/plugins/power_panel_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.power_panel -- Create, update or delete power panels with .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/power_port_module.rst b/docs/plugins/power_port_module.rst index 02f2045c..127695b5 100644 --- a/docs/plugins/power_port_module.rst +++ b/docs/plugins/power_port_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.power_port -- Create, update or delete power ports within .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/power_port_template_module.rst b/docs/plugins/power_port_template_module.rst index 9f6108db..14055a2a 100644 --- a/docs/plugins/power_port_template_module.rst +++ b/docs/plugins/power_port_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.power_port_template -- Create, update or delete power por .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/prefix_module.rst b/docs/plugins/prefix_module.rst index 2bad1cc4..7a8617d8 100644 --- a/docs/plugins/prefix_module.rst +++ b/docs/plugins/prefix_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.prefix -- Creates or removes prefixes from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/provider_module.rst b/docs/plugins/provider_module.rst index 096c56e7..09cae54e 100644 --- a/docs/plugins/provider_module.rst +++ b/docs/plugins/provider_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.provider -- Create, update or delete providers within Nau .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/rack_group_module.rst b/docs/plugins/rack_group_module.rst index cb9b0159..47e9fb3c 100644 --- a/docs/plugins/rack_group_module.rst +++ b/docs/plugins/rack_group_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.rack_group -- Create, update or delete racks groups withi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/rack_module.rst b/docs/plugins/rack_module.rst index 4a529858..95b9a0dd 100644 --- a/docs/plugins/rack_module.rst +++ b/docs/plugins/rack_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.rack -- Create, update or delete racks within Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/rack_role_module.rst b/docs/plugins/rack_role_module.rst index 7d4e60db..3e249bd3 100644 --- a/docs/plugins/rack_role_module.rst +++ b/docs/plugins/rack_role_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.rack_role -- Create, update or delete racks roles within .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/rear_port_module.rst b/docs/plugins/rear_port_module.rst index f5a4ff60..707532c4 100644 --- a/docs/plugins/rear_port_module.rst +++ b/docs/plugins/rear_port_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.rear_port -- Create, update or delete rear ports within N .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/rear_port_template_module.rst b/docs/plugins/rear_port_template_module.rst index 7dbf4174..5df740e1 100644 --- a/docs/plugins/rear_port_template_module.rst +++ b/docs/plugins/rear_port_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.rear_port_template -- Create, update or delete rear port .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/region_module.rst b/docs/plugins/region_module.rst index 411bc4d6..35bce208 100644 --- a/docs/plugins/region_module.rst +++ b/docs/plugins/region_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.region -- Creates or removes regions from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/rir_module.rst b/docs/plugins/rir_module.rst index 5c01531d..4ac01349 100644 --- a/docs/plugins/rir_module.rst +++ b/docs/plugins/rir_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.rir -- Create, update or delete RIRs within Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/route_target_module.rst b/docs/plugins/route_target_module.rst index 849ee397..5d30c10e 100644 --- a/docs/plugins/route_target_module.rst +++ b/docs/plugins/route_target_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.route_target -- Creates or removes route targets from Nau .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/service_module.rst b/docs/plugins/service_module.rst index 10641456..bdfeff60 100644 --- a/docs/plugins/service_module.rst +++ b/docs/plugins/service_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.service -- Creates or removes service from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/site_module.rst b/docs/plugins/site_module.rst index b7eb11f2..08c23431 100644 --- a/docs/plugins/site_module.rst +++ b/docs/plugins/site_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.site -- Creates or removes sites from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/status_module.rst b/docs/plugins/status_module.rst index 656919c8..a0a93bb7 100644 --- a/docs/plugins/status_module.rst +++ b/docs/plugins/status_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.status -- Creates or removes status from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/tag_module.rst b/docs/plugins/tag_module.rst index d53218b6..b33bb0e4 100644 --- a/docs/plugins/tag_module.rst +++ b/docs/plugins/tag_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.tag -- Creates or removes tags from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/tenant_group_module.rst b/docs/plugins/tenant_group_module.rst index 3f6ab971..4c6fbdc6 100644 --- a/docs/plugins/tenant_group_module.rst +++ b/docs/plugins/tenant_group_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.tenant_group -- Creates or removes tenant groups from Nau .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/tenant_module.rst b/docs/plugins/tenant_module.rst index 8f2d9c27..e979bbe0 100644 --- a/docs/plugins/tenant_module.rst +++ b/docs/plugins/tenant_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.tenant -- Creates or removes tenants from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/virtual_chassis_module.rst b/docs/plugins/virtual_chassis_module.rst index 287c1b91..5b6829ea 100644 --- a/docs/plugins/virtual_chassis_module.rst +++ b/docs/plugins/virtual_chassis_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.virtual_chassis -- Create, update or delete virtual chass .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/virtual_machine_module.rst b/docs/plugins/virtual_machine_module.rst index c60f1141..1eddc743 100644 --- a/docs/plugins/virtual_machine_module.rst +++ b/docs/plugins/virtual_machine_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.virtual_machine -- Create, update or delete virtual_machi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/vlan_group_module.rst b/docs/plugins/vlan_group_module.rst index 92158246..1adf26a3 100644 --- a/docs/plugins/vlan_group_module.rst +++ b/docs/plugins/vlan_group_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.vlan_group -- Create, update or delete vlans groups withi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/vlan_module.rst b/docs/plugins/vlan_module.rst index b570befb..59a14d2b 100644 --- a/docs/plugins/vlan_module.rst +++ b/docs/plugins/vlan_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.vlan -- Create, update or delete vlans within Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/vm_interface_module.rst b/docs/plugins/vm_interface_module.rst index 7dc9fefa..fab4e9dd 100644 --- a/docs/plugins/vm_interface_module.rst +++ b/docs/plugins/vm_interface_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.vm_interface -- Creates or removes interfaces from virtua .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/vrf_module.rst b/docs/plugins/vrf_module.rst index c2c7ff82..64f56338 100644 --- a/docs/plugins/vrf_module.rst +++ b/docs/plugins/vrf_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.vrf -- Create, update or delete vrfs within Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.4). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/galaxy.yml b/galaxy.yml index abc6f90c..7f084769 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: networktocode name: nautobot # The version of the collection. Must be compatible with semantic versioning -version: 1.0.3 +version: 1.0.4 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/pyproject.toml b/pyproject.toml index 972f0d0f..226b0455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot_ansible_modules" -version = "1.0.3" +version = "1.0.4" description = "Ansible collection to interact with Nautobot's API" authors = ["Network to Code