Page MenuHomeDevCentral

init.sls
No OneTemporary

init.sls

# -------------------------------------------------------------
# Salt — Provision Docker engine
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-09-13
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import dirs with context %}
include:
- .kernel
- .salt
- .docker
- .zemke-rhyne
{% if salt['file.file_exists'](dirs['bin'] + '/zr') %}
- .containers
{% endif %}
- .systemd-unit
- .wwwroot-502
- .wwwroot-content
- .nginx
- .monitoring
- .letsencrypt
- .wrappers
{% if salt['node.has']('flags:install_docker_devel_tools') %}
- .devel
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 26, 02:51 (19 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2313730
Default Alt Text
init.sls (748 B)

Event Timeline