fix automouting of gluster mounts on home

This commit is contained in:
2022-10-05 18:44:44 -04:00
parent 58f00230a3
commit 10dbe924ad
9 changed files with 119 additions and 22 deletions

View File

@@ -2,18 +2,22 @@
# 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
#
#- include_tasks: cert_manager.yml
#
#- include_tasks: hello-world.yaml
- name: deploy cert_manager
include_tasks: cert_manager.yml
- include_tasks: deployments/stash.yaml
- name: deploy hello-world
include_tasks: hello-world.yaml
- include_tasks: deployments/argoCD.yaml
- name: deploy stash
include_tasks: deployments/stash.yaml
#- name: deploy mariadb
# include_tasks: deployments/mariadb.yaml
#-----------------------------------------------------