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
e91bca46
Commit
e91bca46
authored
Sep 29, 2020
by
Richter, Robin
Browse files
include_*/import_* -> call_*
parent
1c9763e0
Changes
3
Show whitespace changes
Inline
Side-by-side
tasks/_init.yml
View file @
e91bca46
---
-
include_vars
:
file
:
"
{{
sdm_system_vars_file
}}"
when
:
lookup('isvarsfile', sdm_system_vars_file)
tasks/configure.yml
View file @
e91bca46
---
-
import_tasks
:
_init.yml
-
call_tasks
:
from
:
_init
-
import_role
:
name
:
package.dhcp
tasks_from
:
configur
e
-
call_tasks
:
from
:
configure
super
:
tru
e
-
name
:
create ISC Kea Logger directory
file
:
...
...
tasks/main.yml
View file @
e91bca46
---
-
import_tasks
:
_init.yml
-
call_tasks
:
from
:
_init
-
name
:
create rc.d directory
file
:
...
...
@@ -30,15 +31,13 @@
loop_control
:
loop_var
:
_rcfile
-
include_role
:
name
:
package.dhcp
-
call_tasks
:
super
:
true
-
name
:
create kea configuration directory
file
:
path
:
"
{{
system_config_directory
}}/kea"
state
:
directory
-
import_role
:
name
:
package.dhcp.kea
tasks_from
:
configure
-
call_tasks
:
from
:
configure
Write
Preview
Markdown
is supported
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