longhorn + pre-reqs install on cluster

This commit is contained in:
Ibrahim Mkusa 2024-11-17 19:50:49 -05:00
parent 068c1f003d
commit dd9145bdf2
2 changed files with 5053 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,11 +27,14 @@
enabled: true
- name: install nfs-common on all k8s nodes
- name: install nfs-common on all k8s nodes + prep for longhorn
hosts: cluster
become: true
tasks:
- name: install nfs-common(debian based)
ansible.builtin.apt:
name: nfs-common
state: present
pkg:
- open-iscsi
- nfs-common
- cryptsetup
- dmsetup