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
339e36fb
Unverified
Commit
339e36fb
authored
5 years ago
by
Erwan Miran
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Files to archive can be passed directly (#5571)
parent
5e648b96
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/etcd/tasks/gen_certs_script.yml
+1
-1
1 addition, 1 deletion
roles/etcd/tasks/gen_certs_script.yml
roles/kubernetes-apps/helm/tasks/gen_helm_tiller_certs.yml
+1
-1
1 addition, 1 deletion
roles/kubernetes-apps/helm/tasks/gen_helm_tiller_certs.yml
with
2 additions
and
2 deletions
roles/etcd/tasks/gen_certs_script.yml
+
1
−
1
View file @
339e36fb
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
-
"
{{
my_etcd_node_certs
}}"
-
"
{{
my_etcd_node_certs
}}"
-
name
:
Gen_certs | Gather node certs
-
name
:
Gen_certs | Gather node certs
shell
:
"
set
-o
pipefail
&&
tar
cfz
-
-C
{{
etcd_cert_dir
}}
-T
/dev/stdin
<<<
{{
my_etcd_node_certs|join('
')
}}
|
base64
--wrap=0"
shell
:
"
set
-o
pipefail
&&
tar
cfz
-
-C
{{
etcd_cert_dir
}}
{{
my_etcd_node_certs|join('
')
}}
|
base64
--wrap=0"
args
:
args
:
executable
:
/bin/bash
executable
:
/bin/bash
warn
:
false
warn
:
false
...
...
This diff is collapsed.
Click to expand it.
roles/kubernetes-apps/helm/tasks/gen_helm_tiller_certs.yml
+
1
−
1
View file @
339e36fb
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
-
name
:
Gen_helm_tiller_certs | Gather helm client certs
-
name
:
Gen_helm_tiller_certs | Gather helm client certs
# noqa 303 - tar is called intentionally here, but maybe this should be done with the slurp module
# noqa 303 - tar is called intentionally here, but maybe this should be done with the slurp module
shell
:
"
tar
cfz
-
-C
{{
helm_home_dir
}}
-T
/dev/stdin
<<<
{{
helm_client_certs|join('
')
}}
|
base64
--wrap=0"
shell
:
"
tar
cfz
-
-C
{{
helm_home_dir
}}
{{
helm_client_certs|join('
')
}}
|
base64
--wrap=0"
args
:
args
:
executable
:
/bin/bash
executable
:
/bin/bash
no_log
:
true
no_log
:
true
...
...
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