Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
3d218efb
Verified
Commit
3d218efb
authored
Mar 21, 2018
by
Florian Pritz
Browse files
arch-boxes: Pin git commit
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
30947ebd
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/arch-boxes/defaults/main.yml
View file @
3d218efb
...
...
@@ -4,3 +4,4 @@ archboxes_user: 'archboxes'
archboxes_home
:
'
/srv/arch-boxes'
archboxes_git_dir
:
'
/srv/arch-boxes/arch-boxes'
archboxes_time
:
'
*-*-05
00:00:00'
archboxes_version
:
"
14905ae185b3d6f69839e728f65440e10075e70c"
roles/arch-boxes/tasks/main.yml
View file @
3d218efb
...
...
@@ -7,7 +7,7 @@
user
:
name={{ archboxes_user }} shell=/bin/bash home="{{ archboxes_home }}" createhome=yes
-
name
:
clone arch-boxes repository
git
:
repo='https://github.com/archlinux/arch-boxes.git' dest="{{ archboxes_git_dir }}" force=yes
git
:
repo='https://github.com/archlinux/arch-boxes.git' dest="{{ archboxes_git_dir }}" force=yes
version="{{archboxes_version}}"
-
name
:
load virtualbox kernel modules
modprobe
:
name="{{item}}" state=present
...
...
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