We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35fbd70 commit ee9c1b8Copy full SHA for ee9c1b8
plugins/modules/netbox_ip_address.py
@@ -100,6 +100,9 @@
100
nat_inside:
101
description:
102
- The inside IP address this IP is assigned to
103
+ dns_name:
104
+ description:
105
+ - Hostname or FQDN
106
tags:
107
108
- Any tags that the IP address may need to be associated with
@@ -276,6 +279,7 @@ def main():
276
279
interface=dict(required=False, type="raw"),
277
280
description=dict(required=False, type="str"),
278
281
nat_inside=dict(required=False, type="raw"),
282
+ dns_name=dict(required=False, type="str"),
283
tags=dict(required=False, type=list),
284
custom_fields=dict(required=False, type=dict),
285
),
0 commit comments