globally deployed redis
Deploy Containers / Prepare (push) Successful in 26s

This commit is contained in:
2026-05-19 19:13:25 -04:00
parent c07662ffa5
commit 894be8a440
3 changed files with 15 additions and 26 deletions
+11
View File
@@ -0,0 +1,11 @@
---
- name: Deploy Redis
include_role:
name: docker
vars:
name: redis
networks:
- name: "{{ docker_network_name }}"
image:
name: redis
tag: latest