This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree 3 files changed +2
-17
lines changed
3 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 2
2
# Main installation actions
3
3
# https://clickhouse.com/docs/en/getting-started/#installation
4
4
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
-
12
5
- name : Install by YUM | Ensure clickhouse repo installed
13
6
yum_repository :
14
7
name : clickhouse
15
8
file : clickhouse
16
9
description : " Clickhouse repo"
17
10
baseurl : " {{ clickhouse_repo }}"
11
+ gpgcheck : no
18
12
enabled : yes
19
- gpgcheck : 1
20
- gpgkey : " {{ clickhouse_repo_key }}"
21
13
tags : [install]
22
14
become : true
23
15
Original file line number Diff line number Diff line change 15
15
file : clickhouse
16
16
state : absent
17
17
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 1
1
---
2
2
clickhouse_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