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 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