summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/roles/client.prep/tasks/centos7.yml
blob: a0ef805c232cd3f05694c4ad4c9c9cc0afc11163 (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
      - python-pip
      - git
    state: latest

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