Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F8321551
init.sls
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
init.sls
View Options
# -------------------------------------------------------------
# Salt - Deploy certificates
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{%
from
"roles/core/certificates/map.jinja"
import
certificates
with context
%}
# -------------------------------------------------------------
# Certificates provided by trusted sources
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{%
if
"packages"
in
certificates
%}
certificates_packages
:
pkg.installed
:
-
pkgs
:
{{
certificates.packages
}}
{%
endif
%}
# -------------------------------------------------------------
# Deploy Nasqueron certificates
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{
certificates.dir
}}
:
file.directory
:
-
makedirs
:
True
# Vault PKI Root CA
# Used to sign intermediate authorities for 172.27.27.* services
{{
certificates.dir
}}
/nasqueron-vault-ca.crt
:
file.managed
:
-
source
:
salt://roles/core/certificates/files/nasqueron-vault-ca.crt
-
mode
:
444
{%
if
"update-store"
in
certificates
%}
certificates_update_store
:
cmd.run
:
-
name
:
{{
certificates
[
"update-store"
]
}}
-
onchanges
:
-
file
:
{{
certificates.dir
}}
/nasqueron-vault-ca.crt
{%
endif
%}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 13, 16:45 (17 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2562504
Default Alt Text
init.sls (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment