https://github.com/c3-tko/ansible-role-redis
https://github.com/c3-tko/ansible-role-redis
ansible-role raspberry-pi redis ubuntu1604
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/c3-tko/ansible-role-redis
- Owner: C3-TKO
- Created: 2017-04-02T14:36:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T17:07:23.000Z (about 9 years ago)
- Last Synced: 2025-01-17T15:14:31.613Z (over 1 year ago)
- Topics: ansible-role, raspberry-pi, redis, ubuntu1604
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-redis
This is an Ansible role for installing and configuring redis-server packages on a rapsberry pi. Redis 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 and configures redis
hosts: redis
become: yes
become_method: sudo
roles:
- redis
## Licence
MIT
## Feedback? Found a bug? Requests?
Let me have it! https://github.com/C3-TKO/ansible-role-redis/issues