mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 14:34:19 +00:00
10 lines
158 B
YAML
10 lines
158 B
YAML
---
|
|
- hosts: [localhost]
|
|
become: true
|
|
collections:
|
|
- famedly.base
|
|
roles:
|
|
- role: redis
|
|
vars:
|
|
redis_secret: s3cr3t
|
|
redis_prefix: test_
|