Added longhorn stuff
This commit is contained in:
parent
b1758f7c7b
commit
fa30b58fe2
@ -26,4 +26,19 @@
|
|||||||
- ifstat
|
- ifstat
|
||||||
- tcpdump
|
- tcpdump
|
||||||
- xxd
|
- 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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user