How to Install & Tune MongoDB Using Ansible

No war in Ukraine. Stop Russia!

oleksii_y
6 min readMar 1, 2019
Ansible & MongoDB

Preface.

MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemata. MongoDB is developed by MongoDB Inc. and is published under a combination of the Server Side Public License and the Apache License.

First developed by the software company 10gen (now MongoDB Inc.) in October 2007 as a component of a planned platform as a service product, the company shifted to an open-source development model in 2009, with 10gen offering commercial support and other services. Since then, MongoDB has been adopted as backend software by several major websites and services, including MetLife, Barclays, ADP, UPS, Viacom, and the New York Times, among others. MongoDB is the most popular NoSQL database system.

In this article, we will install and tune up MongoDB using Ansible.

Step 1. Create an instance with Ubuntu 18.04 installed.

--

--