Simple way to add meteor instalation on your ansible tasks
- Tested on ansible 1.4
meteor_version: "1.1.0.2" #default version
Use Vagrant and fire vagrant up
to test.
- Install ansible-meteor using galaxy
ansible-galaxy install carlos.acp.meteor
- Add to your playbook
- name: install meteor
hosts: servers
vars:
meteor_version: "1.1.0.2"
roles:
- carlos.acp.meteor
Licensed under the MIT License. See the LICENSE file for details.