Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
b1bddbfc
Commit
b1bddbfc
authored
Sep 12, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #251 from edx/jarv/vagrant-updates
vagrant provisioning updates
parents
4973f601
ac7e1872
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
playbooks/roles/rabbitmq/tasks/main.yml
+4
-2
vagrant/fullstack/Vagrantfile
+2
-3
vagrant/shortstack-xml/Vagrantfile
+2
-2
vagrant/shortstack/Vagrantfile
+2
-3
No files found.
playbooks/roles/rabbitmq/tasks/main.yml
View file @
b1bddbfc
...
...
@@ -52,6 +52,9 @@
-
name
:
rabbitmq | start rabbit nodes
service
:
name=rabbitmq-server state=restarted
-
name
:
rabbitmq | wait for rabbit to start
wait_for
:
port={{ rabbitmq_management_port }} delay=2
-
name
:
rabbitmq | remove guest user
rabbitmq_user
:
user="guest" state=absent
...
...
@@ -78,4 +81,4 @@
-
name
:
rabbitmq | ensure rabbitmqadmin attributes
file
:
path=/usr/local/bin/rabbitmqadmin owner=root
group=root mode=0655
\ No newline at end of file
group=root mode=0655
vagrant/fullstack/Vagrantfile
View file @
b1bddbfc
...
...
@@ -17,9 +17,8 @@ Vagrant.configure("2") do |config|
config
.
vm
.
provision
:ansible
do
|
ansible
|
# point Vagrant at the location of your playbook you want to run
ansible
.
playbook
=
"../../playbooks/vagrant-fullstack.yml"
ansible
.
inventory_file
=
"../../playbooks/vagrant/inventory.ini"
ansible
.
inventory_path
=
"../../playbooks/vagrant/inventory.ini"
ansible
.
extra_vars
=
{
c_skip_grader_checkout:
'True'
}
ansible
.
verbose
=
true
ansible
.
verbose
=
"extra"
end
end
vagrant/shortstack-xml/Vagrantfile
View file @
b1bddbfc
...
...
@@ -18,7 +18,7 @@ Vagrant.configure("2") do |config|
# point Vagrant at the location of your playbook you want to run
ansible
.
playbook
=
"../../playbooks/vagrant-shortstack-xml.yml"
ansible
.
inventory_
file
=
"../../playbooks/vagrant/inventory.ini"
ansible
.
verbose
=
true
ansible
.
inventory_
path
=
"../../playbooks/vagrant/inventory.ini"
ansible
.
verbose
=
"extra"
end
end
vagrant/shortstack/Vagrantfile
View file @
b1bddbfc
...
...
@@ -17,8 +17,7 @@ Vagrant.configure("2") do |config|
config
.
vm
.
provision
:ansible
do
|
ansible
|
# point Vagrant at the location of your playbook you want to run
ansible
.
playbook
=
"../../playbooks/vagrant-shortstack.yml"
ansible
.
inventory_file
=
"../../playbooks/vagrant/inventory.ini"
ansible
.
verbose
=
true
ansible
.
inventory_path
=
"../../playbooks/vagrant/inventory.ini"
ansible
.
verbose
=
"extra"
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