Skip to content

Commit e3c6669

Browse files
committed
Add comment with background in clickhouse proxy role
1 parent 7a6e9ed commit e3c6669

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • ansible/roles/clickhouse_proxy/tasks

ansible/roles/clickhouse_proxy/tasks/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
---
2+
# Flushing all handlers ensures that dehydrated and nginx are properly set up before proceeding
3+
# with the installation. Check deploy-clickhouse-proxy.yml to see the dehydrated setup
4+
#
5+
# This playbook generates new nginx rules that depends on the certificate file from dehydrated,
6+
# so if we restart nginx before dehydrated is properly set up this playbook will crash and
7+
# it will require manual intervention.
8+
#
9+
# See: https://github.com/ooni/devops/pull/235#discussion_r2052289154
210
- name: Flush all handlers now
311
meta: flush_handlers
412

0 commit comments

Comments
 (0)