summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/roles/client.prep/tasks/centos8.yml
blob: 2e07360870f3cfbff9c74b213328cbd5be9d0400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- 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
    extra_args: --ignore-installed