Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
371fa51e
Commit
371fa51e
authored
7 years ago
by
Peter Slijkhuis
Committed by
Matthew Mosesohn
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Make installation of EPEL optional (#1721)
parent
a55675ac
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
roles/kubernetes/preinstall/defaults/main.yml
+1
-0
1 addition, 0 deletions
roles/kubernetes/preinstall/defaults/main.yml
roles/kubernetes/preinstall/tasks/main.yml
+1
-0
1 addition, 0 deletions
roles/kubernetes/preinstall/tasks/main.yml
with
2 additions
and
0 deletions
roles/kubernetes/preinstall/defaults/main.yml
+
1
−
0
View file @
371fa51e
...
@@ -5,6 +5,7 @@ run_gitinfos: false
...
@@ -5,6 +5,7 @@ run_gitinfos: false
ignore_assert_errors
:
false
ignore_assert_errors
:
false
epel_rpm_download_url
:
"
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
epel_rpm_download_url
:
"
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
epel_enabled
:
true
common_required_pkgs
:
common_required_pkgs
:
-
python-httplib2
-
python-httplib2
...
...
This diff is collapsed.
Click to expand it.
roles/kubernetes/preinstall/tasks/main.yml
+
1
−
0
View file @
371fa51e
...
@@ -114,6 +114,7 @@
...
@@ -114,6 +114,7 @@
-
ansible_distribution in ["CentOS","RedHat"]
-
ansible_distribution in ["CentOS","RedHat"]
-
not is_atomic
-
not is_atomic
-
epel_rpm_download_url != ''
-
epel_rpm_download_url != ''
-
epel_enabled|bool
register
:
epel_task_result
register
:
epel_task_result
until
:
epel_task_result|succeeded
until
:
epel_task_result|succeeded
retries
:
4
retries
:
4
...
...
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