This commit is contained in:
parent
0261331adf
commit
24c751adec
1 changed files with 29 additions and 29 deletions
|
|
@ -16,30 +16,30 @@
|
||||||
when:
|
when:
|
||||||
- not storage_localpath|bool
|
- not storage_localpath|bool
|
||||||
|
|
||||||
- name: namespace
|
# - name: namespace
|
||||||
k8s:
|
# kubernetes.core.k8s:
|
||||||
state: present
|
# state: present
|
||||||
context: "{{ my_context }}"
|
# context: "{{ my_context }}"
|
||||||
merge_type: merge
|
# merge_type: merge
|
||||||
definition:
|
# definition:
|
||||||
api_version: v1
|
# api_version: v1
|
||||||
kind: Namespace
|
# kind: Namespace
|
||||||
metadata:
|
# metadata:
|
||||||
name: "{{ storage_localpath_namespace }}"
|
# name: "{{ storage_localpath_namespace }}"
|
||||||
labels:
|
# labels:
|
||||||
namespace: '{{ storage_localpath_namespace }}'
|
# namespace: '{{ storage_localpath_namespace }}'
|
||||||
when:
|
# when:
|
||||||
- storage_localpath|bool
|
# - storage_localpath|bool
|
||||||
|
#
|
||||||
- name: local-path-storage need to be {{ storage_localpath_state }}
|
# - name: local-path-storage need to be {{ storage_localpath_state }}
|
||||||
k8s:
|
# kubernetes.core.k8s:
|
||||||
state: "{{ storage_localpath_state }}"
|
# state: "{{ storage_localpath_state }}"
|
||||||
context: "{{ my_context }}"
|
# context: "{{ my_context }}"
|
||||||
namespace: "{{ storage_localpath_namespace }}"
|
# namespace: "{{ storage_localpath_namespace }}"
|
||||||
apply: true
|
# apply: true
|
||||||
resource_definition: "{{ lookup('file', 'local-path/' + item) | from_yaml }}"
|
# resource_definition: "{{ lookup('file', 'local-path/' + item) | from_yaml }}"
|
||||||
with_items:
|
# with_items:
|
||||||
- "{{ storage_localpath_files_list }}"
|
# - "{{ storage_localpath_files_list }}"
|
||||||
|
|
||||||
# https://github.com/rancher/local-path-provisioner/tree/master/deploy/chart
|
# https://github.com/rancher/local-path-provisioner/tree/master/deploy/chart
|
||||||
- name: Downloal Local-path repository
|
- name: Downloal Local-path repository
|
||||||
|
|
@ -59,11 +59,11 @@
|
||||||
release_namespace: "{{ storage_localpath_namespace }}"
|
release_namespace: "{{ storage_localpath_namespace }}"
|
||||||
create_namespace: true
|
create_namespace: true
|
||||||
values:
|
values:
|
||||||
rbac:
|
# rbac:
|
||||||
create: false
|
# create: false
|
||||||
serviceAccount:
|
# serviceAccount:
|
||||||
create: false
|
# create: false
|
||||||
name: local-path-provisioner
|
# name: local-path-provisioner
|
||||||
nodePathMap:
|
nodePathMap:
|
||||||
- node: DEFAULT_PATH_FOR_NON_LISTED_NODES
|
- node: DEFAULT_PATH_FOR_NON_LISTED_NODES
|
||||||
paths: ["{{ storage_localpath_default_path }}"]
|
paths: ["{{ storage_localpath_default_path }}"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue