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
1a409dc7
Unverified
Commit
1a409dc7
authored
4 years ago
by
Samuel Liu
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add download bin tasks (#7131)
* Add downlaod bin tasks * Add tags never and etcd * yamllint
parent
404ea027
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/etcd/tasks/install_host.yml
+11
-2
11 additions, 2 deletions
roles/etcd/tasks/install_host.yml
with
11 additions
and
2 deletions
roles/etcd/tasks/install_host.yml
+
11
−
2
View file @
1a409dc7
---
---
-
name
:
install | Download etcd and etcdctl
include_tasks
:
"
../../download/tasks/download_file.yml"
vars
:
download
:
"
{{
download_defaults
|
combine(downloads.etcd)
}}"
when
:
etcd_cluster_setup
tags
:
-
never
-
etcd
-
name
:
install | Copy etcd and etcdctl binary from download dir
-
name
:
install | Copy etcd and etcdctl binary from download dir
copy
:
copy
:
src
:
"
{{
local_release_dir
}}/etcd-{{
etcd_version
}}-linux-{{
host_architecture
}}/{{
item
}}"
src
:
"
{{
local_release_dir
}}/etcd-{{
etcd_version
}}-linux-{{
host_architecture
}}/{{
item
}}"
...
@@ -6,6 +15,6 @@
...
@@ -6,6 +15,6 @@
mode
:
0755
mode
:
0755
remote_src
:
yes
remote_src
:
yes
with_items
:
with_items
:
-
etcd
-
etcd
-
etcdctl
-
etcdctl
when
:
etcd_cluster_setup
when
:
etcd_cluster_setup
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