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
6df104b2
Commit
6df104b2
authored
7 years ago
by
Spencer Smith
Browse files
Options
Downloads
Patches
Plain Diff
don't check for no_proxy, only http/https_proxy. fix linting issues.
parent
b27453d8
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/vault/tasks/cluster/systemd.yml
+2
-2
2 additions, 2 deletions
roles/vault/tasks/cluster/systemd.yml
with
2 additions
and
2 deletions
roles/vault/tasks/cluster/systemd.yml
+
2
−
2
View file @
6df104b2
...
...
@@ -30,7 +30,7 @@
-
name
:
Create vault service systemd directory
file
:
path
:
/etc/systemd/system/vault.service.d
path
:
/etc/systemd/system/vault.service.d
state
:
directory
-
name
:
cluster/systemd | Add vault proxy env vars
...
...
@@ -38,7 +38,7 @@
src
:
"
http-proxy.conf.j2"
dest
:
/etc/systemd/system/vault.service.d/http-proxy.conf
backup
:
yes
when
:
http_proxy is defined or https_proxy is defined
or no_proxy is defined
when
:
http_proxy is defined or https_proxy is defined
-
name
:
cluster/systemd | Enable vault.service
systemd
:
...
...
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