{"id":20645057,"url":"https://github.com/romanow/ansible-mongodb-role","last_synced_at":"2026-03-10T06:32:21.938Z","repository":{"id":146005382,"uuid":"333710796","full_name":"Romanow/ansible-mongodb-role","owner":"Romanow","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-29T23:26:28.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-09T15:54:40.178Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Romanow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-28T09:36:01.000Z","updated_at":"2021-01-29T23:26:30.000Z","dependencies_parsed_at":"2023-04-06T04:32:48.395Z","dependency_job_id":null,"html_url":"https://github.com/Romanow/ansible-mongodb-role","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Romanow/ansible-mongodb-role","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Fansible-mongodb-role","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Fansible-mongodb-role/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Fansible-mongodb-role/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Fansible-mongodb-role/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Romanow","download_url":"https://codeload.github.com/Romanow/ansible-mongodb-role/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Fansible-mongodb-role/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T16:18:34.988Z","updated_at":"2026-03-10T06:32:21.895Z","avatar_url":"https://github.com/Romanow.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible MongoDB role\n\n![Build Status](https://github.com/Romanow/ansible-mongodb-role/workflows/build/badge.svg)\n\nThis role installs MongoDB database and configure security and Replica Set.\nRole installs MongoDB using apt-get \n\n### Requirements\n* Ubuntu 20.04\n* Ansible 2.10\n* Python 3\n* Ansible Collection `community.mongodb`\n\n### Variables\n```yaml\nmongodb_version: 4.4\n \nmongodb_port: 27017\n# MongoDB user and group to configure ownership of config files\nmongodb_user: mongodb\nmongodb_group: mongodb\n\nmongodb_replica_set_enabled: no # enabled replication\nmongodb_replica_set_name: rs0 # replica set name\n# replica set members: all hosts in group 'mongodb' except current host\n# mongodb_replica_set_members: \"{{ groups.mongodb | map('extract', hostvars, 'ansible_host') | product(['27017']) | map('join', ':') }}\"\nmongodb_replica_set_members: []\n\nmongodb_key_file: /etc/mongodb.key\nmongodb_data_path: /var/lib/mongodb/\nmongodb_log_path: /var/log/mongodb/\nmongodb_home_dir: /home/ansible\n\nadmin:\n  name: superuser\n  password: root\n  roles:\n    - root\n\nusers: []\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanow%2Fansible-mongodb-role","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromanow%2Fansible-mongodb-role","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanow%2Fansible-mongodb-role/lists"}