summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/roles/client.prep/tasks/centos8.yml
blob: 321d85bba3b708d7c0fac8176c8fcb48ba25d76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- name: Install required packages
  yum:
    name:
      - glusterfs-fuse
      - cifs-utils
      - samba-test
      - python3-pip
      - git
      - make
    state: latest

- name: Install Python 3 modules
  pip:
    executable: /usr/bin/pip3
    name:
      - PyYAML
      - iso8601