Fixing cubox and base services
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user