Skip to content

Commit

Permalink
set key server key as variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jbourdale committed Mar 17, 2023
1 parent a4ed898 commit a1ce6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ clickhouse_mysql_port: 9004
clickhouse_interserver_http_port: 9009
clickhouse_version: 20.5.2.7
clickhouse_deb_rep: "deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
clickhouse_deb_rep_key: E0C56BD4

clickhouse_max_connections: 4096
clickhouse_keep_alive_timeout: 3
Expand Down
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
become: true

Expand Down

0 comments on commit a1ce6ff

Please sign in to comment.