mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
13 lines
248 B
YAML
13 lines
248 B
YAML
---
|
|
- 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
|
|
|