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
3de11574
Commit
3de11574
authored
Aug 03, 2019
by
Reimar Stier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add ansible verbose mode
parent
ef040906
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Vagrantfile
Vagrantfile
+4
-0
Readme.md
windows/Readme.md
+4
-0
No files found.
Vagrantfile
View file @
3de11574
...
@@ -64,5 +64,9 @@ Vagrant.configure("2") do |config|
...
@@ -64,5 +64,9 @@ Vagrant.configure("2") do |config|
ansible
.
galaxy_role_file
=
"requirements.yml"
ansible
.
galaxy_role_file
=
"requirements.yml"
ansible
.
galaxy_roles_path
=
'./local_roles/:./roles/'
ansible
.
galaxy_roles_path
=
'./local_roles/:./roles/'
ansible
.
galaxy_command
=
'ansible-galaxy install --role-file=%{role_file} --roles-path=./roles'
ansible
.
galaxy_command
=
'ansible-galaxy install --role-file=%{role_file} --roles-path=./roles'
ansible
.
tags
=
ENV
[
"ANSIBLE_TAGS"
]
||=
"all"
ansible
.
verbose
=
ENV
[
"ANSIBLE_VERBOSE"
]
||=
""
# do not enable verbose by default
# ansible.verbose = ENV["ANSIBLE_VERBOSE"] ||= "v" # enables verbose mode by default
end
end
end
end
windows/Readme.md
View file @
3de11574
...
@@ -15,3 +15,7 @@ choco install -y firefox vagrant virtualbox
...
@@ -15,3 +15,7 @@ choco install -y firefox vagrant virtualbox
googlechrome atom 7zip
googlechrome atom 7zip
choco install git --params="'/GitAndUnixToolsOnPath /NoAutoCrlf'" -y
choco install git --params="'/GitAndUnixToolsOnPath /NoAutoCrlf'" -y
# Other resources
*
Vagrant + Windows https://codeblog.dotsandbrackets.com/vagrant-windows/
*
Windows base box https://app.vagrantup.com/peru/boxes/windows-10-enterprise-x64-eval
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