We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently only IPv4 is supported. It would be nice to support IPv6
ipv6_
win_dhcp_lease
- name: Ensure DHCP reservation exists community.windows.win_dhcp_lease: type: reservation ip: 192.168.100.205 scope_id: 192.168.100.0 ipv6: "2600:6c51:7b7e:f414:a246:60ff:fe27" ipv6_scope: "2600:6c51:7b7e:0:0:0:0" mac: 00:B1:8A:D1:5A:1F dns_hostname: "{{ ansible_inventory }}" description: Testing Server
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
Currently only IPv4 is supported. It would be nice to support IPv6
ISSUE TYPE
Support added by using
ipv6_
to the necessary parameter keys.COMPONENT NAME
win_dhcp_lease
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: