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

add module to manage general Kea DHCP settings #136

Open
wants to merge 3 commits into
base: latest
Choose a base branch
from

Conversation

woelfle
Copy link

@woelfle woelfle commented Jan 6, 2025

Prior to this change, it was not possible to manage the general settings of the Kea DHCP server as it can be done in the Web UI via 'Services->Kea DHCP->Settings'. I.e. it was not possible to configure the interfaces on which the Kea should listen for DHCP requests.

This change adds a new module that allows to manage the general settings of the Kea DHCP server. The code can be found in
'plugins/modules/dhcp_general.py' and
'plugins/module_utils/dhcp_general.py'

Thomas Wölfle and others added 2 commits January 6, 2025 13:13
Prior to this change, it was not possible to manage the general settings
of the Kea DHCP server as it can be done in the Web UI via
'Services->Kea DHCP->Settings'. I.e. it was not possible to configure
the interfaces on which the Kea should listen for DHCP requests.

This change adds a new module that allows to manage the general settings
of the Kea DHCP server. The code can be found in
'plugins/modules/dhcp_general.py' and
'plugins/module_utils/dhcp_general.py'
@ansibleguy
Copy link
Owner

Alright - I've done some work on the module.

Please always:

Would you mind adding the docs?

@ansibleguy ansibleguy marked this pull request as ready for review January 11, 2025 18:39
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

Successfully merging this pull request may close these issues.

3 participants