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
While creating DHCP leases are a great feature, A zone is required to place them in.
I would suggest win_dhcp_lease
win_dhcp_lease
- name: Ensure DHCP Scope exists community.windows.win_dhcp_scope: type: (ipv4 | ipv6) start_ip: 192.168.1.1 end_ip: 192.168.1.254 scope_id: 192.168.1.0 name: my_scope description: Testing Scope scope_options: - 003: 192.168.1.1 - 005: [192.168.1.1, 192.168.1.2] - 015: mydomain.net
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
While creating DHCP leases are a great feature, A zone is required to place them in.
ISSUE TYPE
Add a new module which will allow one to create the scope and set some default options.
COMPONENT NAME
I would suggest
win_dhcp_lease
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: