Skip to content
GitLab
Menu
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
f510feff
Commit
f510feff
authored
Feb 07, 2020
by
Pietsch, Martin
Browse files
redesign of software installation process
parent
5db131e8
Changes
4
Hide whitespace changes
Inline
Side-by-side
tasks/_init.yml
0 → 100644
View file @
f510feff
-
include_vars
:
file
:
"
{{
sdm_system_vars_file
}}"
when
:
lookup('isvarsfile', sdm_system_vars_file)
tasks/configure.yml
View file @
f510feff
-
import_tasks
:
_init.yml
-
import_role
:
name
:
package.dhcp
tasks_from
:
configure
...
...
tasks/main.yml
View file @
f510feff
---
-
import_tasks
:
_init.yml
-
name
:
create rc.d directory
file
:
path
:
"
{{
system_config_directory
}}/rc.d/"
...
...
vars/main.yml
View file @
f510feff
---
package_packages
:
{
"
freebsd"
:
[
"
kea"
]
}
package_packages
:
[
"
kea"
]
package_services
:
{
"
freebsd"
:
[
"
kea-dhcp4"
,
"
kea-dhcp6"
]
}
package_services
:
[
"
kea-dhcp4"
,
"
kea-dhcp6"
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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