summaryrefslogtreecommitdiffstats
path: root/xci/installer/osh/playbooks/roles/prepare-kube-nodes-osh/tasks/main.yml
blob: 5a70f971fedc23ccf19e2f602ec494ce31638ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
- name: Install packages in kubernetes nodes
  package:
    name: "{{ packages }}"
    state: present
  changed_when: false
  vars:
    packages:
    - ceph-common
    - rbd-nbd
    - apparmor
    - nfs-common