sa-mongo-percona
Percona Server for MongoDB is a free, enhanced, fully compatible, open source, drop-in replacement for the MongoDB® Community Edition that includes enterprise-grade features and functionality.
Role to install Percona MongoDB 3.4 compatible alternative to Mongo DB Community edition on ubuntu based box.
Version is controlled by mongo_version parameter.
mongo_version: "3.4" # For compability with sa-mongo, only 3.4 supported so far
Example:
Simple
     - {
         role: "sa-mongo-percona"
       }
Advanced:
     - {
         role: "sa-mongo-percona",
         mongo_version: "3.4"
       }
Usage with ansible galaxy workflow
If you installed the sa-mongo-percona role using the command
   ansible galaxy install softasap.sa-mongo-percona
the role will be available in the folder library\softasap.mongo. Please adjust the path accordingly.
     - {
         role: "softasap.mongo-percona"
       }
Copyright and license
Code licensed under the BSD 3 clause or the MIT License.
Subscribe for roles updates at FB