Skip to content

Commit 011fd21

Browse files
authored
Remove ANSIBLE_METADATA from modules (#729)
1 parent ac1ece8 commit 011fd21

35 files changed

+0
-210
lines changed

plugins/modules/netbox_aggregate.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
__metaclass__ = type
99

10-
ANSIBLE_METADATA = {
11-
"metadata_version": "1.1",
12-
"status": ["preview"],
13-
"supported_by": "community",
14-
}
15-
1610
DOCUMENTATION = r"""
1711
---
1812
module: netbox_aggregate

plugins/modules/netbox_circuit.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
__metaclass__ = type
99

10-
ANSIBLE_METADATA = {
11-
"metadata_version": "1.1",
12-
"status": ["preview"],
13-
"supported_by": "community",
14-
}
15-
1610
DOCUMENTATION = r"""
1711
---
1812
module: netbox_circuit

plugins/modules/netbox_cluster.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
__metaclass__ = type
99

10-
ANSIBLE_METADATA = {
11-
"metadata_version": "1.1",
12-
"status": ["preview"],
13-
"supported_by": "community",
14-
}
15-
1610
DOCUMENTATION = r"""
1711
---
1812
module: netbox_cluster

plugins/modules/netbox_config_context.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
__metaclass__ = type
99

10-
ANSIBLE_METADATA = {
11-
"metadata_version": "1.1",
12-
"status": ["preview"],
13-
"supported_by": "community",
14-
}
15-
1610
DOCUMENTATION = r"""
1711
---
1812
module: netbox_config_context

plugins/modules/netbox_console_port.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_console_port

plugins/modules/netbox_console_port_template.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_console_port_template

plugins/modules/netbox_console_server_port.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_console_server_port

plugins/modules/netbox_console_server_port_template.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_console_server_port_template

plugins/modules/netbox_device.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_device

plugins/modules/netbox_device_bay.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
__metaclass__ = type
99

10-
ANSIBLE_METADATA = {
11-
"metadata_version": "1.1",
12-
"status": ["preview"],
13-
"supported_by": "community",
14-
}
15-
1610
DOCUMENTATION = r"""
1711
---
1812
module: netbox_device_bay

plugins/modules/netbox_device_bay_template.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_device_bay_template

plugins/modules/netbox_device_interface_template.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_device_interface_template

plugins/modules/netbox_device_type.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
__metaclass__ = type
99

10-
ANSIBLE_METADATA = {
11-
"metadata_version": "1.1",
12-
"status": ["preview"],
13-
"supported_by": "community",
14-
}
15-
1610
DOCUMENTATION = r"""
1711
---
1812
module: netbox_device_type

plugins/modules/netbox_front_port.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_front_port

plugins/modules/netbox_front_port_template.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_front_port_template

plugins/modules/netbox_ip_address.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_ip_address

plugins/modules/netbox_power_feed.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_power_feed

plugins/modules/netbox_power_outlet.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_power_outlet

plugins/modules/netbox_power_outlet_template.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_power_outlet_template

plugins/modules/netbox_power_port.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_power_port

plugins/modules/netbox_power_port_template.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_power_port_template

plugins/modules/netbox_prefix.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_prefix

plugins/modules/netbox_provider.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_provider

plugins/modules/netbox_rack.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
__metaclass__ = type
99

10-
ANSIBLE_METADATA = {
11-
"metadata_version": "1.1",
12-
"status": ["preview"],
13-
"supported_by": "community",
14-
}
15-
1610
DOCUMENTATION = r"""
1711
---
1812
module: netbox_rack

plugins/modules/netbox_rack_group.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
__metaclass__ = type
99

10-
ANSIBLE_METADATA = {
11-
"metadata_version": "1.1",
12-
"status": ["preview"],
13-
"supported_by": "community",
14-
}
15-
1610
DOCUMENTATION = r"""
1711
---
1812
module: netbox_rack_group

plugins/modules/netbox_rear_port.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_rear_port

plugins/modules/netbox_rear_port_template.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_rear_port_template

plugins/modules/netbox_route_target.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
__metaclass__ = type
99

10-
ANSIBLE_METADATA = {
11-
"metadata_version": "1.1",
12-
"status": ["preview"],
13-
"supported_by": "community",
14-
}
15-
1610
DOCUMENTATION = r"""
1711
---
1812
module: netbox_route_target

plugins/modules/netbox_site.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
__metaclass__ = type
1010

11-
ANSIBLE_METADATA = {
12-
"metadata_version": "1.1",
13-
"status": ["preview"],
14-
"supported_by": "community",
15-
}
16-
1711
DOCUMENTATION = r"""
1812
---
1913
module: netbox_site

plugins/modules/netbox_tag.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
__metaclass__ = type
99

10-
ANSIBLE_METADATA = {
11-
"metadata_version": "1.1",
12-
"status": ["preview"],
13-
"supported_by": "community",
14-
}
15-
1610
DOCUMENTATION = r"""
1711
---
1812
module: netbox_tag

0 commit comments

Comments
 (0)