We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6e9ed commit e3c6669Copy full SHA for e3c6669
1 file changed
ansible/roles/clickhouse_proxy/tasks/main.yml
@@ -1,4 +1,12 @@
1
---
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
10
- name: Flush all handlers now
11
meta: flush_handlers
12
0 commit comments