7 lines
126 B
YAML
7 lines
126 B
YAML
|
---
|
||
|
- hosts: teier.eu
|
||
|
gather_facts: no
|
||
|
tasks:
|
||
|
- name: Stop Postgres
|
||
|
shell: "cd /dc/postgres && docker-compose stop"
|