longhorn + pre-reqs install on cluster
This commit is contained in:
parent
068c1f003d
commit
dd9145bdf2
5047
manifests/longhorn/longhorn.yaml
Normal file
5047
manifests/longhorn/longhorn.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@ -27,11 +27,14 @@
|
|||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
||||||
- name: install nfs-common on all k8s nodes
|
- name: install nfs-common on all k8s nodes + prep for longhorn
|
||||||
hosts: cluster
|
hosts: cluster
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: install nfs-common(debian based)
|
- name: install nfs-common(debian based)
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name: nfs-common
|
pkg:
|
||||||
state: present
|
- open-iscsi
|
||||||
|
- nfs-common
|
||||||
|
- cryptsetup
|
||||||
|
- dmsetup
|
||||||
|
Loading…
Reference in New Issue
Block a user