mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 18:56:55 +00:00
parent
3c42ec730d
commit
c984b89667
6 changed files with 10 additions and 10 deletions
|
|
@ -15,7 +15,7 @@ description:
|
|||
- This module supports sending arbitrary commands and returns the server response unchecked;
|
||||
while it would be possible to write individual modules for specific KEA service commands,
|
||||
that approach would not scale, as the FOSS hooks alone provide dozens of commands.
|
||||
- Between sending the command and parsing the result status, RV(ignore:changed) will register as V(true) if an error occurs,
|
||||
- Between sending the command and parsing the result status, RV(ignore:changed) registers as V(true) if an error occurs,
|
||||
to err on the safe side.
|
||||
version_added: '12.0.0'
|
||||
author: Thorsten Glaser (@mirabilos)
|
||||
|
|
@ -54,7 +54,7 @@ options:
|
|||
description:
|
||||
- The full pathname of the Unix Domain Socket to connect to.
|
||||
- The default value is suitable for C(kea-dhcp4-server) on Debian trixie.
|
||||
- This module directly interfacees via UDS; the HTTP wrappers are not supported.
|
||||
- This module directly interfaces using UDS; the HTTP wrappers are not supported.
|
||||
type: path
|
||||
default: /run/kea/kea4-ctrl-socket
|
||||
extends_documentation_fragment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue