Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sol1 Ansible Roles
sol1-influxdb
Commits
9032b711
Commit
9032b711
authored
Jan 20, 2016
by
Ross McDonald
Browse files
Reversed the cluster logic in the Vagrantfile.
parent
fe4e896a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Vagrantfile
View file @
9032b711
...
...
@@ -2,13 +2,13 @@
# vi: set ft=ruby :
Vagrant
.
configure
(
2
)
do
|
config
|
config
.
vm
.
box
=
"ubuntu/trusty64"
#
config.vm.box = "ubuntu/trusty64"
# config.vm.box = "ubuntu/wily64"
# config.vm.box = "sgallen/wily64"
# config.vm.box = "ubuntu/vivid64"
# config.vm.box = "relativkreativ/centos-7-minimal"
# config.vm.box = "box-cutter/fedora22"
#
config.vm.box = "puppetlabs/centos-6.6-64-nocm"
config
.
vm
.
box
=
"puppetlabs/centos-6.6-64-nocm"
# config.vm.box = "debian/jessie64"
BOX_COUNT
=
1
...
...
@@ -29,9 +29,9 @@ Vagrant.configure(2) do |config|
# ansible.verbose = 'vvvv'
ansible
.
limit
=
'all'
if
BOX_COUNT
>
1
ansible
.
playbook
=
"test.yml"
else
ansible
.
playbook
=
"cluster-test.yml"
else
ansible
.
playbook
=
"test.yml"
end
ansible
.
sudo
=
true
ansible
.
host_key_checking
=
false
...
...
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