https://github.com/lifeofguenter/ansible-role-mongodb
Installs and configures mongodb on Debian-like systems.
https://github.com/lifeofguenter/ansible-role-mongodb
ansible-role debian mongodb ubuntu
Last synced: about 2 months ago
JSON representation
Installs and configures mongodb on Debian-like systems.
- Host: GitHub
- URL: https://github.com/lifeofguenter/ansible-role-mongodb
- Owner: lifeofguenter
- License: mit
- Created: 2021-12-28T12:16:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T16:34:10.000Z (almost 3 years ago)
- Last Synced: 2026-03-29T14:33:09.465Z (3 months ago)
- Topics: ansible-role, debian, mongodb, ubuntu
- Homepage: https://galaxy.ansible.com/lifeofguenter/mongodb
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lifeofguenter.mongodb
An Ansible role that installs and configures the community edition of MongoDB on
Debian-like systems.
## Requirements
none
## Role Variables
Available variables are listed below, along with default values:
```yaml
mongodb_version: '5.0'
```
## Dependencies
none
## Example Playbook
```yaml
- hosts: webservers
roles:
- { role: lifeofguenter.mongodb }
```
## License
**MIT**, see the [LICENSE file](LICENSE) for details.
## Author Information
[Günter Grodotzki](https://www.lifeofguenter.de)