DEBSOURCES
Skip Quicknav
sources / check-pgbackrest / 2.4-1 / tests / platforms / common / inventory / docker.j2
123456789
--- all: hosts: {% for h in instances %} {% if platform == 'docker' %} {{ h.name }}: ansible_connection: docker {% endif%} {% endfor %}