https://github.com/c3-tko/ansible-role-mongodb
https://github.com/c3-tko/ansible-role-mongodb
ansible-role mongodb raspberry-pi ubuntu1604
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/c3-tko/ansible-role-mongodb
- Owner: C3-TKO
- Created: 2017-04-02T20:36:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T21:32:27.000Z (about 9 years ago)
- Last Synced: 2025-01-17T15:14:43.683Z (over 1 year ago)
- Topics: ansible-role, mongodb, raspberry-pi, ubuntu1604
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-mongodb
This is an Ansible role for installing and configuring redis-server packages on a rapsberry pi. mongoDB will common with standard configuration. As this role is meant to be used within my my-pi-setups repository https://github.com/C3-TKO/my-pi-setups.
## Requirements
- Tested on Ansible 2.2.10
- Tested on Ubuntu 16.04 (xenial), but it should work on any modern Debian based system.
## Dependencies
This role expects that the host machine has already ufw and python setup - You can use my common role from the main repository to setup ufw and python
https://github.com/C3-TKO/my-pi-setups/tree/master/ansible/roles/common
## Example playbook
You can include this role in your playbook like this:
---
- name: Installs mongoDB
hosts: mongodb
become: yes
become_method: sudo
roles:
- mongodb
## Licence
MIT
## Feedback? Found a bug? Requests?
Let me have it! https://github.com/C3-TKO/ansible-role-mongodb/issues