Skip to content

Commit

Permalink
Merge pull request #464 from Kitware/ansible-cleanup
Browse files Browse the repository at this point in the history
Ansible cleanup
  • Loading branch information
Roni Choudhury committed Dec 9, 2016
2 parents 4856b32 + 8a4a8e1 commit 4d1aa12
Show file tree
Hide file tree
Showing 19 changed files with 179 additions and 2,397 deletions.
2 changes: 1 addition & 1 deletion app/resonantlab/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ web_client/lib/
*.ai
*.pdf
.vagrant
ansible/playbook*.retry
ansible/**/site.retry
ga.js
4 changes: 2 additions & 2 deletions app/resonantlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ webpack --watch
## Installation via Ansible

Resonant Lab comes with an Ansible deployment strategy as well. To use
it, you will need Ansible 2.0:
it, you will need Ansible 2.2:

```shell
pip install ansible==2.0
pip install ansible==2.2
```

Next, clone this repository:
Expand Down
3 changes: 2 additions & 1 deletion app/resonantlab/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Vagrant.configure("2") do |config|
"all" => ['reslab']
}

ansible.playbook = "ansible/playbook-#{box}.yml"
ansible.playbook = "ansible/#{box}/site.yml"
ansible.galaxy_role_file = "ansible/#{box}/requirements.yml"

Extra_vars = ENV['ANSIBLE_EXTRA_VARS']
if !Extra_vars.nil? && !Extra_vars.empty?
Expand Down
1 change: 1 addition & 0 deletions app/resonantlab/ansible/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
roles/

0 comments on commit 4d1aa12

Please sign in to comment.