Changeset View
Changeset View
Standalone View
Standalone View
roles/paas-docker/nginx/config.sls
| # ------------------------------------------------------------- | # ------------------------------------------------------------- | ||||
| # Salt — Provision Docker engine | # Salt — Provision Docker engine | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| # Project: Nasqueron | # Project: Nasqueron | ||||
| # Created: 2018-03-16 | # Created: 2018-03-16 | ||||
| # License: Trivial work, not eligible to copyright | # License: Trivial work, not eligible to copyright | ||||
| # ------------------------------------------------------------- | # ------------------------------------------------------------- | ||||
| {% from "map.jinja" import dirs with context %} | {% from "map.jinja" import dirs with context %} | ||||
| {% set containers = salt['pillar.get']('docker_containers:' + grains['id'], {}) %} | {% set containers = pillar.get('docker_containers', {}) %} | ||||
| # ------------------------------------------------------------- | # ------------------------------------------------------------- | ||||
| # Base folder | # Base folder | ||||
| # | # | ||||
| # :: general configuration | # :: general configuration | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| {{ dirs.etc }}/nginx/nginx.conf: | {{ dirs.etc }}/nginx/nginx.conf: | ||||
| ▲ Show 20 Lines • Show All 67 Lines • Show Last 20 Lines | |||||
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator