add redis support

This commit is contained in:
Max Klenk
2020-09-10 13:39:00 +02:00
parent 06bc430c7c
commit a25a429a52
11 changed files with 206 additions and 14 deletions

View File

@ -0,0 +1,9 @@
- import_tasks: "{{ role_path }}/tasks/init.yml"
tags:
- always
- import_tasks: "{{ role_path }}/tasks/setup_redis.yml"
when: run_setup|bool
tags:
- setup-all
- setup-redis