Skip to content
Snippets Groups Projects
Commit 8e26d6d2 authored by Shahaan Ayyub's avatar Shahaan Ayyub
Browse files

sudo: true

parent bb0841d4
No related branches found
No related tags found
No related merge requests found
...@@ -3,21 +3,27 @@ ...@@ -3,21 +3,27 @@
name: Removing the RDO repository name: Removing the RDO repository
file: path=/etc/yum.repos.d/rdo-release.repo state=absent file: path=/etc/yum.repos.d/rdo-release.repo state=absent
sudo: true sudo: true
-
name: Install epel-release
yum: name=epel-release-7-5.noarch status=present
sudo: true
-
name: Enable epel
command: yum-config-manager --enable epel
sudo: true
- -
name: Installing Base Packages name: Installing Base Packages
yum: name={{ item }} state=present yum: name={{ item }} state=present
with_items: with_items:
- environment-modules-3.2.10-8.el7.x86_64 - environment-modules-3.2.10-8.el7.x86_64
- epel-release-7-5.noarch
- yum-utils - yum-utils
- deltarpm-3.6-3.el7.x86_64 - deltarpm-3.6-3.el7.x86_64
- yum-plugin-versionlock - yum-plugin-versionlock
- sudo: true
name: Enable epel
command: yum-config-manager --enable epel
- -
name: Template the Modules path name: Template the Modules path
template: src=.modulespath.j2 dest=/usr/share/Modules/init/.modulespath owner=root mode=0644 template: src=.modulespath.j2 dest=/usr/share/Modules/init/.modulespath owner=root mode=0644
sudo: true
- -
name: Installing Core packages name: Installing Core packages
yum: name="{{ item.software }}-{{ item.version }}.{{ item.arch }}" state=present yum: name="{{ item.software }}-{{ item.version }}.{{ item.arch }}" state=present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment