We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ed898 commit a1ce6ffCopy full SHA for a1ce6ff
defaults/main.yml
@@ -9,6 +9,7 @@ clickhouse_mysql_port: 9004
9
clickhouse_interserver_http_port: 9009
10
clickhouse_version: 20.5.2.7
11
clickhouse_deb_rep: "deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
12
+clickhouse_deb_rep_key: E0C56BD4
13
14
clickhouse_max_connections: 4096
15
clickhouse_keep_alive_timeout: 3
tasks/install.yml
@@ -11,7 +11,7 @@
- name: Add the APT Key for ClickHouse.
apt_key:
keyserver: "{{ clickhouse_key_server }}"
- id: E0C56BD4
+ id: "{{ clickhouse_deb_rep_key }}"
state: present
16
become: true
17
0 commit comments