summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/roles/client.prep/tasks/centos7.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/ansible/roles/client.prep/tasks/centos7.yml')
-rw-r--r--vagrant/ansible/roles/client.prep/tasks/centos7.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/vagrant/ansible/roles/client.prep/tasks/centos7.yml b/vagrant/ansible/roles/client.prep/tasks/centos7.yml
new file mode 100644
index 0000000..cf0a903
--- /dev/null
+++ b/vagrant/ansible/roles/client.prep/tasks/centos7.yml
@@ -0,0 +1,16 @@
+- 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