Changeset View
Changeset View
Standalone View
Standalone View
roles/paas-docker/containers/api-datasources.sls
| # ------------------------------------------------------------- | # ------------------------------------------------------------- | ||||
| # Salt — Provision Docker engine | # Salt — Provision Docker engine | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| # Project: Nasqueron | # Project: Nasqueron | ||||
| # Created: 2020-06-02 | # Created: 2020-06-02 | ||||
| # License: Trivial work, not eligible to copyright | # License: Trivial work, not eligible to copyright | ||||
| # ------------------------------------------------------------- | # ------------------------------------------------------------- | ||||
| {% set containers = pillar['docker_containers'][grains['id']] %} | {% for instance, container in pillar['docker_containers']['api-datasources'].items() %} | ||||
| {% for instance, container in containers['api-datasources'].items() %} | |||||
| # ------------------------------------------------------------- | # ------------------------------------------------------------- | ||||
| # Container | # Container | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| {{ instance }}: | {{ instance }}: | ||||
| docker_container.running: | docker_container.running: | ||||
| - detach: True | - detach: True | ||||
| Show All 10 Lines | |||||
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator