Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
8e26d6d2
Commit
8e26d6d2
authored
9 years ago
by
Shahaan Ayyub
Browse files
Options
Downloads
Patches
Plain Diff
sudo: true
parent
bb0841d4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/centos7Base/tasks/installBasePackages.yml
+10
-4
10 additions, 4 deletions
roles/centos7Base/tasks/installBasePackages.yml
with
10 additions
and
4 deletions
roles/centos7Base/tasks/installBasePackages.yml
+
10
−
4
View file @
8e26d6d2
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment