add basic minio stack

This commit is contained in:
2023-04-05 03:29:57 -07:00
parent 145c5db29f
commit 40964c0f60
9 changed files with 71 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# https://stackoverflow.com/questions/41667864/can-the-templates-module-handle-multiple-templates-directories
- name: Ensure stack directory exists
- name: Ensure {{ stack }} stack directory exists
file:
path: "{{ current_stack_dest }}"
state: directory

View File

@@ -10,6 +10,7 @@
stacks:
- traefik
- authentik
- minio
import_tasks: deploy_collection.yml
- name: Deploy collection apps