Skip to content

cliixtech/ansible-aws-mongodb_org_tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongodb_org_repo

An Ansible role that installs MongoDB.org repository on EL 6/7.

Role Variables

Available variables and their default values are listed below:

  • mongodb_org_repo_version: 3.4 - MongoDB version, versions prior to 3.0 aren't supported.
  • mongodb_org_repo_enabled: yes - enable or disable MongoDB repository.

Example Playbook

    ---
    - hosts: all
      roles:
        - { role: ezamriy.mongodb_org_repo, mongodb_org_repo_version: 3.2 }

License

MIT

Authors

About

An Ansible role that installs MongoDB.org repository on EL 6/7

Resources

License

Stars

Watchers

Forks

Packages

No packages published