organize
Deploy Containers / Prepare (push) Successful in 5s

This commit is contained in:
2026-05-20 20:31:24 -04:00
parent 894be8a440
commit c08dc6b088
40 changed files with 32 additions and 223 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