legacy-server-config/postgres/teardown.yml

7 lines
130 B
YAML
Raw Permalink Normal View History

2021-01-17 16:37:14 +00:00
---
- hosts: teier.eu
gather_facts: no
tasks:
- name: Teardown Postgres
shell: "cd /dc/postgres && docker-compose down"