Added longhorn stuff

This commit is contained in:
Pünkösd Marcell 2021-11-29 21:24:32 +01:00
parent b1758f7c7b
commit fa30b58fe2
1 changed files with 16 additions and 1 deletions

View File

@ -26,4 +26,19 @@
- ifstat
- tcpdump
- xxd
- git
- git
- name: "Install longhorn deps"
apt:
update_cache: true
state: present
name:
- bash
- curl
- util-linux
- grep
- gawk
- open-iscsi
- nfs-common
- jq
when: inventory_hostname in groups["kubernetes"]