Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
9332639d
Commit
9332639d
authored
Aug 14, 2018
by
Christian Rebischke
Committed by
Florian Pritz
Aug 14, 2018
Browse files
renamed packer-io to packer
Signed-off-by:
Christian Rebischke
<
Chris.Rebischke@posteo.de
>
parent
153ad794
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/arch-boxes/tasks/main.yml
View file @
9332639d
---
-
name
:
install arch-boxes dependencies
pacman
:
name=packer
-io
,virtualbox,qemu-headless,virtualbox-host-modules-arch state=present
pacman
:
name=packer,virtualbox,qemu-headless,virtualbox-host-modules-arch state=present
-
name
:
create arch-boxes user
user
:
name={{ archboxes_user }} shell=/bin/bash home="{{ archboxes_home }}" createhome=yes
...
...
roles/arch-boxes/templates/arch-boxes.service.j2
View file @
9332639d
...
...
@@ -3,6 +3,6 @@ Description=arch-boxes service for deploying images and vagrant boxes
[Service]
Type=oneshot
ExecStart=/usr/bin/packer
-io
build -parallel=false -var 'headless=true' -var 'write_zeroes=yes' -except=vmware-iso vagrant.json
ExecStart=/usr/bin/packer build -parallel=false -var 'headless=true' -var 'write_zeroes=yes' -except=vmware-iso vagrant.json
User={{ archboxes_user }}
WorkingDirectory={{ archboxes_git_dir }}
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