Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

This role installs MongoDB for Ubuntu Trusty (14.04) and Xenial (16.04).

Notifications You must be signed in to change notification settings

Ilyes512/ansible-role-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB (Ansidev)

Build Status

This role installs MongoDB for Ubuntu Trusty (14.04) and Xenial (16.04).

Requirements

No requirements.

Role Variables

ansidev_package_state: present

mongodb_package_state: "{{ ansidev_package_state }}"
mongodb_version: "latest" # latest | version without v-prefix
mongodb_allow_downgrade: no # yes | no
mongodb_allow_remote: yes

Dependencies

No dependencies.

Example Playbook

- hosts: servers
  roles:
    - { role: ilyes512.mongodb, tag: ansidev.mongodb }

Todo

License

MIT

Author Information

Ilyes Ahidar @Ilyes512

About

This role installs MongoDB for Ubuntu Trusty (14.04) and Xenial (16.04).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published