Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
EIT-SWE
Infrastructure
Commits
a796f1f9
Commit
a796f1f9
authored
Aug 07, 2017
by
CRAIG BENNER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
for the windows basebox, i removed the provisioning of Active Directory
parent
57760c2d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
base-boxes/base-winsvr2012/Vagrantfile
base-boxes/base-winsvr2012/Vagrantfile
+8
-8
No files found.
base-boxes/base-winsvr2012/Vagrantfile
View file @
a796f1f9
...
...
@@ -9,8 +9,8 @@ end
Vagrant
.
configure
(
"2"
)
do
|
config
|
config
.
vm
.
boot_timeout
=
600
config
.
vm
.
box
=
"edu.psu/base-winsvr2012"
config
.
vm
.
box_url
=
"file:///home/cpb113/base-vagrant/base-winsvr2012.json"
#
config.vm.box_url = "https://nexus.ci.psu.edu/repository/vagrant-boxes/base-winsvr2012.json"
#
config.vm.box_url = "file:///home/cpb113/base-vagrant/base-winsvr2012.json"
config
.
vm
.
box_url
=
"https://nexus.ci.psu.edu/repository/vagrant-boxes/base-winsvr2012.json"
config
.
winrm
.
username
=
"vagrant"
config
.
winrm
.
password
=
"P@ssw0rd"
...
...
@@ -31,11 +31,11 @@ Vagrant.configure("2") do |config|
end
# Enable provisioning with Ansible
config
.
vm
.
provision
:ansible
do
|
ansible
|
ansible
.
playbook
=
"playbook.yml"
ansible
.
groups
=
{
"vagrant"
=>
[
"default"
],
}
end
#
config.vm.provision :ansible do |ansible|
#
ansible.playbook = "playbook.yml"
#
ansible.groups = {
#
"vagrant" => ["default"],
#
}
#
end
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