This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 22# Main installation actions
33# https://clickhouse.com/docs/en/getting-started/#installation
44
5- - name : Install by YUM | Ensure clickhouse repo GPG key imported
6- rpm_key :
7- state : present
8- key : " {{ clickhouse_repo_key }}"
9- tags : [install]
10- become : true
11-
125- name : Install by YUM | Ensure clickhouse repo installed
136 yum_repository :
147 name : clickhouse
158 file : clickhouse
169 description : " Clickhouse repo"
1710 baseurl : " {{ clickhouse_repo }}"
11+ gpgcheck : no
1812 enabled : yes
19- gpgcheck : 1
20- gpgkey : " {{ clickhouse_repo_key }}"
2113 tags : [install]
2214 become : true
2315
Original file line number Diff line number Diff line change 1515 file : clickhouse
1616 state : absent
1717 become : true
18-
19- - name : Uninstall by YUM | Ensure clickhouse key uninstalled
20- rpm_key :
21- key : " {{ clickhouse_repo_key }}"
22- state : absent
23- become : true
Original file line number Diff line number Diff line change 11---
22clickhouse_supported : yes
3- clickhouse_repo : " https://repo.clickhouse.tech/rpm/stable/x86_64/"
4- clickhouse_repo_key : https://repo.clickhouse.tech//CLICKHOUSE-KEY.GPG
3+ clickhouse_repo : " https://packages.clickhouse.com/rpm/clickhouse.repo"
You can’t perform that action at this time.
0 commit comments