system-config/playbooks/roles/zuul-executor
Clark Boylan 46ba1ff961 Use docker-compose exec -T with ansible tasks
Docker-compose exec allocates a tty by default unlike docker exec. New
Ansible doesn't provision a tty which causes docker-compose exec to fail
under Ansible now. Address this by passing -T to docker-compose exec
commands which stops allocating a tty. We didn't need one to gracefully
stop zuul services.

Change-Id: Ib52f184f771ae4530f6b6531257dda5d8443043c
2022-12-12 08:03:19 -08:00
..
defaults Run zuul-executor using docker 2020-06-09 14:26:38 -05:00
files zuul-*: use multiline formatter 2021-12-13 14:54:16 +11:00
tasks Use docker-compose exec -T with ansible tasks 2022-12-12 08:03:19 -08:00
templates Remove orphaned zuul-executor defaults file 2021-01-30 11:17:54 -08:00
vars Run zuul-executor using docker 2020-06-09 14:26:38 -05:00
README.rst Run Zuul using Ansible and Containers 2020-04-24 09:18:44 -05:00

Run Zuul Executor