Skip to content
New issue

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

Provide ability to create a DHCP Scope #552

Open
DonBower opened this issue Feb 4, 2024 · 0 comments
Open

Provide ability to create a DHCP Scope #552

DonBower opened this issue Feb 4, 2024 · 0 comments

Comments

@DonBower
Copy link

DonBower commented Feb 4, 2024

SUMMARY

While creating DHCP leases are a great feature, A zone is required to place them in.

ISSUE TYPE
  • Feature Idea
    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
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant