Skip to content

Commit

Permalink
Merge pull request #37 from nl2go/update-repo
Browse files Browse the repository at this point in the history
Update repo
  • Loading branch information
hasithaka authored Apr 4, 2022
2 parents 5c45dee + 9532084 commit 07b1f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
- name: Add the APT Key for ClickHouse.
apt_key:
keyserver: "{{ clickhouse_key_server }}"
id: E0C56BD4
id: 8919F6BD2B48D754
state: present
become: true

- name: Add ClickHouse APT sources
apt_repository:
repo: deb https://repo.clickhouse.tech/deb/stable/ main/
repo: deb https://packages.clickhouse.com/deb/ stable main
state: present

# It is assumed that clickhouse-server creates user and group clickhouse. They are used along the role.
Expand Down
2 changes: 1 addition & 1 deletion templates/config.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mark_cache_size
<interserver_http_host>{{ clickhouse_interserver_http_host }}</interserver_http_host>

<!-- Which addresses to listen on? At least localhost -->
<listen_host>127.0.0.1</listen_host>
<listen_host>0.0.0.0</listen_host>
{% for ip_address in clickhouse_listen_addresses %}
<listen_host>{{ ip_address }}</listen_host>
{% endfor %}
Expand Down

0 comments on commit 07b1f3f

Please sign in to comment.