https://github.com/mrlesmithjr/ansible-mongodb
https://github.com/mrlesmithjr/ansible-mongodb
ansible ansible-role centos debian mongodb mongodb-replica-set ubuntu
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-mongodb
- Owner: mrlesmithjr
- License: mit
- Created: 2015-07-29T14:28:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T19:26:27.000Z (about 4 years ago)
- Last Synced: 2025-03-24T06:51:47.497Z (over 1 year ago)
- Topics: ansible, ansible-role, centos, debian, mongodb, mongodb-replica-set, ubuntu
- Size: 40 KB
- Stars: 8
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-mongodb
Ansible role to install/configure MongoDB
## Build Status
### GitHub Actions

### Travis CI
[](https://travis-ci.org/mrlesmithjr/ansible-mongodb)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)
## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [mrlesmithjr@gmail.com](mailto:mrlesmithjr@gmail.com)
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)
> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.