ansible-collection-famedly-.../playbooks/test-redis.yml

9 lines
132 B
YAML
Raw Normal View History

2022-02-21 19:09:32 +00:00
---
2023-02-21 14:36:06 +00:00
- hosts: ["localhost"]
2022-08-29 10:47:58 +00:00
become: true
roles:
- role: "redis"
vars:
2023-02-21 14:36:06 +00:00
redis_secret: "s3cr3t"
redis_prefix: "test_"