This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree 4 files changed +13
-10
lines changed 4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 7
7
id : " {{ clickhouse_repo_key }}"
8
8
become : true
9
9
10
+ - name : Install by APT | Remove old repo link of exists
11
+ apt_repository :
12
+ repo : " {{ clickhouse_repo_old }}"
13
+ state : absent
14
+ become : true
15
+
10
16
- name : Install by APT | Repo installation
11
17
apt_repository :
12
18
repo : " {{ clickhouse_repo }}"
Original file line number Diff line number Diff line change 1
1
clickhouse_supported : yes
2
+ clickhouse_repo : " deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
3
+ clickhouse_repo_old : " deb http://repo.yandex.ru/clickhouse/xenial stable main"
2
4
clickhouse_repo_keyserver : keyserver.ubuntu.com
3
5
clickhouse_repo_key : E0C56BD4
4
- clickhouse_repo : " deb http://repo.yandex.ru/clickhouse/precise stable main"
5
6
clickhouse_package :
6
7
- clickhouse-client
7
8
- clickhouse-server-base
Original file line number Diff line number Diff line change 1
1
clickhouse_supported : yes
2
+ clickhouse_repo : " deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
3
+ clickhouse_repo_old : " deb http://repo.yandex.ru/clickhouse/xenial stable main"
2
4
clickhouse_repo_keyserver : keyserver.ubuntu.com
3
5
clickhouse_repo_key : E0C56BD4
4
- clickhouse_repo : " deb http://repo.yandex.ru/clickhouse/trusty stable main"
5
6
clickhouse_package :
6
7
- clickhouse-client
7
8
- clickhouse-server-base
8
9
- clickhouse-server-common
9
10
clickhouse_path_configdir : " /etc/clickhouse-server"
10
11
clickhouse_path_logdir : " /var/log/clickhouse-server"
11
12
clickhouse_path_data : " /var/lib/clickhouse/"
12
- clickhouse_path_tmp : " /var/lib/clickhouse/tmp/"
13
+ clickhouse_path_tmp : " /var/lib/clickhouse/tmp/"
Original file line number Diff line number Diff line change 1
1
clickhouse_supported : yes
2
+ clickhouse_repo : " deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
3
+ clickhouse_repo_old : " deb http://repo.yandex.ru/clickhouse/xenial stable main"
2
4
clickhouse_repo_keyserver : keyserver.ubuntu.com
3
5
clickhouse_repo_key : E0C56BD4
4
- clickhouse_repo : " deb http://repo.yandex.ru/clickhouse/xenial stable main"
5
6
clickhouse_package :
6
7
- clickhouse-client
7
8
- clickhouse-server-base
@@ -10,9 +11,3 @@ clickhouse_path_configdir: "/etc/clickhouse-server"
10
11
clickhouse_path_logdir : " /var/log/clickhouse-server"
11
12
clickhouse_path_data : " /var/lib/clickhouse/"
12
13
clickhouse_path_tmp : " /var/lib/clickhouse/tmp/"
13
-
14
-
15
-
16
-
17
-
18
-
You can’t perform that action at this time.
0 commit comments