Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Simple Deploy- and Management
package.pxelinux
Commits
d451fe69
Commit
d451fe69
authored
Jul 09, 2019
by
Pietsch, Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed owner and group from setimage
parent
e5a9a187
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
tasks/setimage.yml
tasks/setimage.yml
+0
-4
No files found.
tasks/setimage.yml
View file @
d451fe69
---
---
-
import_tasks
:
_init.yml
-
name
:
set image file for host {{ pxelinux_image_boothost }}
-
name
:
set image file for host {{ pxelinux_image_boothost }}
copy
:
copy
:
src
:
"
{{
'%s/pxelinux.cfg/%s-%s-%s'
|
format(pxelinux_root_path,
pxelinux_image_distribution,
pxelinux_image_release,
pxelinux_image_architecture)
}}"
src
:
"
{{
'%s/pxelinux.cfg/%s-%s-%s'
|
format(pxelinux_root_path,
pxelinux_image_distribution,
pxelinux_image_release,
pxelinux_image_architecture)
}}"
dest
:
"
{{
'%s/pxelinux.cfg/01-%s'
|
format(pxelinux_root_path,
hostvars[pxelinux_image_boothost].network.devices[host.network.control_device].mac
|
replace(':','-'))
}}"
dest
:
"
{{
'%s/pxelinux.cfg/01-%s'
|
format(pxelinux_root_path,
hostvars[pxelinux_image_boothost].network.devices[host.network.control_device].mac
|
replace(':','-'))
}}"
owner
:
"
{{
_pxelinux_file_owner
}}"
group
:
"
{{
_pxelinux_file_group
}}"
mode
:
0644
mode
:
0644
remote_src
:
yes
remote_src
:
yes
...
...
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