Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vagrantsetup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
devbox
vagrantsetup
Commits
c56209b5
Commit
c56209b5
authored
Aug 03, 2019
by
Reimar Stier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add ansible requirements; install docker
parent
9f332a2c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
2 deletions
+14
-2
Vagrantfile
Vagrantfile
+3
-0
playbook.yml
playbook.yml
+2
-2
requirements.yml
requirements.yml
+1
-0
Vagrantfile
windows/Vagrantfile
+8
-0
No files found.
Vagrantfile
View file @
c56209b5
...
...
@@ -61,5 +61,8 @@ Vagrant.configure("2") do |config|
# ansible.compatibility_mode = "2.0"
ansible
.
playbook
=
"playbook.yml"
ansible
.
become
=
true
ansible
.
galaxy_role_file
=
"requirements.yml"
ansible
.
galaxy_roles_path
=
'./local_roles/:./roles/'
ansible
.
galaxy_command
=
'ansible-galaxy install --role-file=%{role_file} --roles-path=./roles'
end
end
playbook.yml
View file @
c56209b5
---
-
name
:
playbook
hosts
:
devbox
task
s
:
-
debug
:
msg="hello world"
role
s
:
-
{
role
:
"
geerlingguy.docker"
,
docker_users
:
[
"
vagrant"
],
tags
:
"
docker"
}
requirements.yml
0 → 100644
View file @
c56209b5
-
src
:
"
geerlingguy.docker"
windows/Vagrantfile
0 → 100644
View file @
c56209b5
Vagrant
.
configure
(
"2"
)
do
|
config
|
config
.
vm
.
box
=
"peru/windows-10-enterprise-x64-eval"
config
.
vm
.
box_version
=
"20190802.01"
end
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