Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Essential
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Ansible
Roles
Essential
Commits
a8b8e3af
Commit
a8b8e3af
authored
4 years ago
by
Dmitriy Safronov
Browse files
Options
Downloads
Patches
Plain Diff
centos
parent
230439b7
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/centos/main.yml
+7
-0
7 additions, 0 deletions
tasks/centos/main.yml
tasks/main.yml
+6
-0
6 additions, 0 deletions
tasks/main.yml
with
13 additions
and
0 deletions
tasks/centos/main.yml
0 → 100644
+
7
−
0
View file @
a8b8e3af
---
-
name
:
Enable EPEL repo
dnf
:
name
:
epel-release
state
:
present
update_cache
:
yes
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
6
−
0
View file @
a8b8e3af
...
...
@@ -5,3 +5,9 @@
include_tasks
:
ubuntu/main.yml
when
:
ansible_distribution == 'Ubuntu' or ansible_distribution == 'Debian' or ansible_distribution == 'Linux Mint'
tags
:
ubuntu
# Centos
-
name
:
Perform specific setup for RedHat, Centos
include_tasks
:
centos/main.yml
when
:
ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
tags
:
centos
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