We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ae451 commit 9bd4a1eCopy full SHA for 9bd4a1e
infrastructure/ansible/playbooks/api/roles/api/tasks/main.yml
@@ -12,6 +12,7 @@
12
mode: 0600
13
14
- name: Create new api docker container
15
+ no_log: true
16
docker_container:
17
name: '{{ container_name }}'
18
image: '{{ docker_image }}'
@@ -32,7 +33,6 @@
32
33
traefik.http.routers.api.middlewares: 'api-retry, api-cors'
34
# Setting a service property ensures that the generated service name will be consistent between versions
35
traefik.http.services.api.loadbalancer.server.scheme: 'http'
- no_log: true
36
37
- name: Swap docker containers if new one is healthy
38
no_log: true
0 commit comments