Modify clickhouse settings so it's not a resource whore

This means it can be moved back to ZFS!
This commit is contained in:
Jake Howard
2020-08-28 14:20:13 +01:00
parent c6791e4098
commit da90b12643
4 changed files with 26 additions and 3 deletions

View File

@ -8,8 +8,15 @@
- name: Install clickhouse config
template:
src: files/clickhouse-docker.xml
dest: /mnt/tank/dbs/clickhouse/docker_related_config.xml
src: files/clickhouse-config.xml
dest: /mnt/tank/dbs/clickhouse/docker_related_user_config.xml
notify: restart plausible
become: true
- name: Install clickhouse user config
template:
src: files/clickhouse-user-config.xml
dest: /mnt/tank/dbs/clickhouse/docker_related_user_config.xml
notify: restart plausible
become: true