mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
play & role for redis cache
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Install & configure redis
|
||||
hosts: all
|
||||
vars:
|
||||
custom_firewall_ports:
|
||||
- 6379
|
||||
install_redis_exporter: true
|
||||
description: 'cache node for retailor redis cache'
|
||||
roles:
|
||||
- role: roles/firewall
|
||||
- role: roles/redis
|
||||
|
||||
Reference in New Issue
Block a user