Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F27207171
tlsconfig.yml.jinja
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
tlsconfig.yml.jinja
View Options
# -------------------------------------------------------------
# OpenSearch configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/opensearch/opensearch/files/tlsconfig.yml.jinja
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
# -------------------------------------------------------------
# CA
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ca:
root:
dn: CN=root.ca-
{{
config
[
'cluster_name'
]
}}
.
{{
domain_name
}}
,OU=CA,DC=nasqueron,DC=org
keysize: 2048
validityDays: 730
pkPassword: none
file: root-ca.pem
defaults:
validityDays: 730
pkPassword: none
httpsEnabled: true
reuseTransportCertificatesForHttp: false
verifyHostnames: false
resolveHostnames: false
# -------------------------------------------------------------
# Nodes
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
nodes:
{%
for
node
in
config
[
'nodes_certificates'
]
%}
- name:
{{
node
[
'id'
]
}}
dn: CN=
{{
node
[
'fqdn'
]
}}
,OU=Infrastructure,DC=nasqueron,DC=org
dns:
{{
node
[
'fqdn'
]
}}
ip:
{{
node
[
'ip'
]
}}
{%
endfor
%}
# -------------------------------------------------------------
# Clients
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
clients:
- name: admin
dn: CN=admin.
{{
config
[
'cluster_name'
]
}}
.
{{
domain_name
}}
,OU=CA,DC=nasqueron,DC=org
admin: True
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 05:23 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3665423
Default Alt Text
tlsconfig.yml.jinja (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment