Skip to content

carlosacp/ansible-meteor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Meteor

Simple way to add meteor instalation on your ansible tasks

Requirements

  • Tested on ansible 1.4

Variables

  meteor_version: "1.1.0.2"  #default version

Testing

Use Vagrant and fire vagrant up to test.

Example Playbook

  • 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

Thanks to

License

Licensed under the MIT License. See the LICENSE file for details.

About

Ansible module for Meteor

Resources

License

Stars

Watchers

Forks

Packages

No packages published