File: docker.j2

package info (click to toggle)
check-pgbackrest 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,396 kB
  • sloc: perl: 972; sh: 488; python: 145; makefile: 33
file content (9 lines) | stat: -rw-r--r-- 148 bytes parent folder | download
1
2
3
4
5
6
7
8
9
---
all:
  hosts:
{% for h in instances %}
{% if platform == 'docker' %}
    {{ h.name }}:
      ansible_connection: docker
{% endif%}
{% endfor %}