MongoDB
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Mongodb
As a: UNIX and Linux system administrator
I want to: install MongoDB
So that: manage a NoSQL document-based distributed database.
Using the role
Using the role in a playbook
--- - name: Install mongodb hosts: all tasks: - name: mongodb is configured import_role: name: devopstoolbox.mongodb vars: mongodb_enable_service: true tags: mongodb
# Install the role ansible-galaxy install devopstoolbox.mongodb # Run the playbook ansible-playbook mongodb-playbook.yml
Last update: 2020-02-09