ansible-role-clickhouse icon indicating copy to clipboard operation
ansible-role-clickhouse copied to clipboard

An Ansible Role that manages installation and configuration of ClickHouse.

Results 4 ansible-role-clickhouse issues
Sort by recently updated
recently updated
newest added

Error ``` ansible.errors.AnsibleUndefinedVariable: 'clickhouse_replica_name' is undefined``` clickhouse_replica_name must be optional

Error ``` repository 'http://repo.yandex.ru/clickhouse/deb/stable main/ Release' does not have a Release file``` Please check the docs https://clickhouse.com/docs/en/install#install-from-deb-packages ``` sudo apt-get install -y apt-transport-https ca-certificates dirmngr GNUPGHOME=$(mktemp -d) sudo GNUPGHOME="$GNUPGHOME" gpg...

Alignment of xml blocks in the config without using lstrip_blocks=True

Default variables, single, clean server (without zooker) ``` TASK [nl2go.clickhouse : Config | Set ClickHouse configuration file] **********************************************************************************************************************************************fatal: [devsrv]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'clickhouse_replica_id' is undefined"} ```