We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb58b77 commit 02f6d64Copy full SHA for 02f6d64
infrastructure/ansible/playbooks/api/roles/api/tasks/main.yml
@@ -32,8 +32,10 @@
32
traefik.http.routers.api.middlewares: 'api-retry, api-cors'
33
# Setting a service property ensures that the generated service name will be consistent between versions
34
traefik.http.services.api.loadbalancer.server.scheme: 'http'
35
+ no_log: true
36
37
- name: Swap docker containers if new one is healthy
38
39
block:
40
- name: Check if api docker container is healthy
41
docker_container_info:
0 commit comments