Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simple Deploy- and Management
package.dhcp.kea
Commits
4b16114d
Commit
4b16114d
authored
Apr 26, 2019
by
Pietsch, Martin
Browse files
change variable kea_ha_port to kea_control_agent_port
parent
d1e90ebd
Changes
1
Hide whitespace changes
Inline
Side-by-side
defaults/main.yml
View file @
4b16114d
---
# defaults file for package.dhcp.kea/
\ No newline at end of file
dhcp_leasetimes
:
{
"
default"
:
86400
}
dhcp_network_relays
:
{
"
default"
:
[]}
dhcp_network_interfaces
:
{}
dhcp_backend
:
"
memfile"
dhcp_db_host
:
"
"
dhcp_db_port
:
"
"
dhcp_db_user
:
"
"
dhcp_db_password
:
"
"
dhcp_db_dbname
:
"
"
kea_ctrl_configfile
:
"
/usr/local/etc/kea/keactrl.conf"
kea_dhcp4_config
:
"
kea-dhcp4.conf.j2"
kea_dhcp6_config
:
"
kea-dhcp6.conf.j2"
kea_control_agent_config
:
"
kea-control-agent.conf.j2"
kea_ha_mode
:
"
none"
kea_control_agent_port
:
8080
package_packages
:
{
"
freebsd"
:
[
"
kea"
]
}
package_service
:
{
"
freebsd"
:
"
kea"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment