Skip to content

Commit 96c8865

Browse files
committed
add cert option to module documentation
1 parent c612612 commit 96c8865

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+260
-0
lines changed

plugins/modules/netbox_cable.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
- The token created within Netbox to authorize API access
4040
required: true
4141
type: str
42+
cert:
43+
description:
44+
- Certificate path
45+
default: true
46+
required: false
4247
data:
4348
type: dict
4449
required: true

plugins/modules/netbox_circuit.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
- The token created within Netbox to authorize API access
3939
required: true
4040
type: str
41+
cert:
42+
description:
43+
- Certificate path
44+
default: true
45+
required: false
4146
data:
4247
type: dict
4348
required: true

plugins/modules/netbox_circuit_termination.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
- The token created within Netbox to authorize API access
3939
required: true
4040
type: str
41+
cert:
42+
description:
43+
- Certificate path
44+
default: true
45+
required: false
4146
data:
4247
required: true
4348
type: dict

plugins/modules/netbox_circuit_type.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
- The token created within Netbox to authorize API access
3939
required: true
4040
type: str
41+
cert:
42+
description:
43+
- Certificate path
44+
default: true
45+
required: false
4146
data:
4247
required: true
4348
type: dict

plugins/modules/netbox_cluster.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
- The token created within Netbox to authorize API access
3939
required: true
4040
type: str
41+
cert:
42+
description:
43+
- Certificate path
44+
default: true
45+
required: false
4146
data:
4247
required: true
4348
type: dict

plugins/modules/netbox_cluster_group.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
- The token created within Netbox to authorize API access
3939
required: true
4040
type: str
41+
cert:
42+
description:
43+
- Certificate path
44+
default: true
45+
required: false
4146
data:
4247
required: true
4348
type: dict

plugins/modules/netbox_cluster_type.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
- The token created within Netbox to authorize API access
3939
required: true
4040
type: str
41+
cert:
42+
description:
43+
- Certificate path
44+
default: true
45+
required: false
4146
data:
4247
required: true
4348
type: dict

plugins/modules/netbox_console_port.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
- The token created within Netbox to authorize API access
4040
required: true
4141
type: str
42+
cert:
43+
description:
44+
- Certificate path
45+
default: true
46+
required: false
4247
data:
4348
type: dict
4449
required: true

plugins/modules/netbox_console_port_template.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
- The token created within Netbox to authorize API access
4040
required: true
4141
type: str
42+
cert:
43+
description:
44+
- Certificate path
45+
default: true
46+
required: false
4247
data:
4348
type: dict
4449
required: true

plugins/modules/netbox_console_server_port.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
- The token created within Netbox to authorize API access
4040
required: true
4141
type: str
42+
cert:
43+
description:
44+
- Certificate path
45+
default: true
46+
required: false
4247
data:
4348
type: dict
4449
required: true

0 commit comments

Comments
 (0)