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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
29ee5810
Commit
29ee5810
authored
6 years ago
by
Evgeny Zislis
Committed by
k8s-ci-robot
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
pin hvac version to 0.6.4 (#3692)
parent
17f07e26
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
contrib/vault/roles/vault/defaults/main.yml
+3
-0
3 additions, 0 deletions
contrib/vault/roles/vault/defaults/main.yml
contrib/vault/roles/vault/tasks/main.yml
+1
-1
1 addition, 1 deletion
contrib/vault/roles/vault/tasks/main.yml
with
4 additions
and
1 deletion
contrib/vault/roles/vault/defaults/main.yml
+
3
−
0
View file @
29ee5810
...
@@ -23,6 +23,9 @@ vault_version: 0.10.1
...
@@ -23,6 +23,9 @@ vault_version: 0.10.1
vault_binary_checksum
:
66f0f1b0b221d664dd5913f8697409d7401df4bb2a19c7277e8fbad152063fae
vault_binary_checksum
:
66f0f1b0b221d664dd5913f8697409d7401df4bb2a19c7277e8fbad152063fae
vault_download_url
:
"
https://releases.hashicorp.com/vault/{{
vault_version
}}/vault_{{
vault_version
}}_linux_{{
image_arch
}}.zip"
vault_download_url
:
"
https://releases.hashicorp.com/vault/{{
vault_version
}}/vault_{{
vault_version
}}_linux_{{
image_arch
}}.zip"
# hvac==0.7.0 is broken at the moment
hvac_version
:
0.6.4
# Arch of Docker images and needed packages
# Arch of Docker images and needed packages
image_arch
:
"
{{host_architecture}}"
image_arch
:
"
{{host_architecture}}"
...
...
This diff is collapsed.
Click to expand it.
contrib/vault/roles/vault/tasks/main.yml
+
1
−
1
View file @
29ee5810
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
-
name
:
install hvac
-
name
:
install hvac
pip
:
pip
:
name
:
"
hvac"
name
:
"
hvac
=={{
hvac_version
}}
"
state
:
"
present"
state
:
"
present"
extra_args
:
"
{{
pip_extra_args
|
default(omit)
}}"
extra_args
:
"
{{
pip_extra_args
|
default(omit)
}}"
...
...
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