system-config/playbooks/stop-mergers-executors.yaml

13 lines
222 B
YAML

- hosts: zuul-merger
tasks:
- shell:
cmd: docker-compose down
chdir: /etc/zuul-merger
- hosts: zuul-executor
tasks:
- shell:
cmd: docker-compose down
chdir: /etc/zuul-executor