diff --git a/roles/clusterlust.openebs/defaults/main.yml b/roles/clusterlust.openebs/defaults/main.yml index 80e478a..b159c51 100644 --- a/roles/clusterlust.openebs/defaults/main.yml +++ b/roles/clusterlust.openebs/defaults/main.yml @@ -5,6 +5,8 @@ helm_repo_url: https://openebs.github.io/openebs helm_chart_name: openebs ebs_namespace: openebs desired_state: present +base_path: /var/openebs/local +mount_path: /mnt/openebs-local # values pvc_size: 10G @@ -19,6 +21,3 @@ openebs_release_values: replicated: mayastor: enabled: false - -base_path: /var/openebs/local -mount_path: /mnt/openebs-local diff --git a/roles/clusterlust.openebs/vars/main.yml b/roles/clusterlust.openebs/vars/main.yml deleted file mode 100644 index 4313eed..0000000 --- a/roles/clusterlust.openebs/vars/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -base_path: /var/openebs/local -mount_path: /mnt/openebs-local