Fixing cubox and base services

This commit is contained in:
2025-03-23 17:41:42 -04:00
parent d94280256c
commit dc968384b5
15 changed files with 58 additions and 22 deletions

View File

@@ -18,7 +18,7 @@
state: present
definition: "{{ lookup('file', item) | from_yaml }}"
loop:
- stash/pv02.yaml
- stash/pv03.yaml
- stash/pv-claim.yaml
# - stash/pv-media.yaml
# - stash/pv-media-claim.yaml

View File

@@ -2,7 +2,7 @@
# provisioning services in k3s cluster
# mount gluster
- include_tasks: gluster.fstab.yml
#- include_tasks: gluster.fstab.yml
#
## add helm repositories
#- include_tasks: add_repos.yml
@@ -13,6 +13,7 @@
- name: deploy cert_manager
include_tasks: cert_manager.yml
when: apps.cert_manager.enabled
- name: deploy stash
include_tasks: deployments/stash.yaml