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
12dc5c46
Commit
12dc5c46
authored
Apr 26, 2019
by
Pietsch, Martin
Browse files
move package variables from defaults to variables
parent
0b8282e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
defaults/main.yml
View file @
12dc5c46
...
...
@@ -17,12 +17,3 @@ 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"
}
vars/main.yml
View file @
12dc5c46
---
# vars file for package.dhcp.kea/
\ No newline at end of file
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