Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

MongoDB

This is a role to facilitate the creation of a mongodb cluster using a statefulset. There are better, high-resilience options available, such as a MongoDB Operator.

Secrets

The secrets file (vars/main.yml) is expected to contain the following structure:

mongodb_secrets:
  keyfile: your-keyfile-hash
  username: your-superuser-username
  password: your-superuser-password