Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gn4-3-wp8-t3.1 SOC
soctools
Commits
616237f4
Commit
616237f4
authored
Mar 22, 2021
by
Arne Øslebø
Browse files
add quotation marks around password
parent
5440856d
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/odfekibana/templates/kibana.yml.j2
View file @
616237f4
...
...
@@ -46,7 +46,7 @@ opendistro_security.openid.root_ca: "/usr/share/kibana/config/ca.crt"
opendistro_security.openid.base_redirect_url: "https://{{soctoolsproxy}}:5601"
opendistro_security.cookie.secure: true
opendistro_security.cookie.password: {{lookup("password", "{{playbook_dir}}/secrets/passwords/kibana_cookiepassword length=32")}}
opendistro_security.cookie.password:
"
{{lookup("password", "{{playbook_dir}}/secrets/passwords/kibana_cookiepassword length=32")}}
"
server.ssl.enabled: true
server.ssl.key: /usr/share/kibana/config/{{inventory_hostname}}.key
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment