redis_ansible_role
Redis Ansible Role
A redis ansible role based on Bitnami's chart.
Requirements
A one of kubernetes cluster nodes as host target to run against, or control node with linked kubeconfig
.
Role Variables
The default varibales are defined in defaults/main.yml
, (e.g. versions) and should be overriden as convenient.
All the helm chart variables can be set there as well.
Dependencies
A requirement of helm
role is loaded with the role's Dependencies automatically.
Usage
Install the requirements, then include the role in your playbook as follows:
ansible-galaxy install abarrak.redis_ansible_role
- hosts: all
roles:
- role: redis-ansible-role
To uninstall, include the relative tasks from role:
- name: uninstall redis
ansible.builtin.include_role:
name: redis-ansible-role
tasks_from: 'uninstall'
License
MIT.
Author Information
Abdullah Barrak (@abarrak).
About
Ansible role to install and configure redis instances based on Bitnami's chart.
Install
ansible-galaxy install abarrak/redis-ansible-role
License
mit
Downloads
148
Owner
Developer & SRE 👨🏻💻 📝