Skip to content

Commit

Permalink
Merge pull request #42 from nl2go/allow-update-deb-repo
Browse files Browse the repository at this point in the history
allow update deb repo
  • Loading branch information
jbourdale authored Mar 17, 2023
2 parents c258f38 + e775087 commit a4ed898
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 @@ -8,6 +8,7 @@ clickhouse_tcp_port: 9000
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_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 @@ -17,7 +17,7 @@

- name: Add ClickHouse APT sources
apt_repository:
repo: deb http://repo.yandex.ru/clickhouse/deb/stable/ main/
repo: "{{ clickhouse_deb_rep }}"
state: present

# It is assumed that clickhouse-server creates user and group clickhouse. They are used along the role.
Expand Down

0 comments on commit a4ed898

Please sign in to comment.