Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Commits
2fb4ae46
Commit
2fb4ae46
authored
May 20, 2022
by
Юрий Дегтярёв
Browse files
add repo clickhouse [skip-ci]
parent
5a84cfe0
Pipeline
#36282
skipped
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
ansible/system_roles/clickhouse/tasks/os/CentOS_7/main.yml
View file @
2fb4ae46
---
-
name
:
Add CH repository
yum_repository
:
name
:
clickhouse
description
:
Clickhouse Official repo
baseurl
:
https://packages.clickhouse.com/rpm/clickhouse.repo
reposdir
:
/etc/yum.repos.d/
gpgcheck
:
"
False"
enabled
:
"
True"
shell
:
yum-config-manager --add-repo=https://packages.clickhouse.com/rpm/clickhouse.repo
args
:
creates
:
/etc/yum.repos.d/clickhouse.repo
environment
:
http_proxy
:
"
{{
http_proxy
}}"
https_proxy
:
"
{{
http_proxy
}}"
tags
:
-
repo
https_proxy
:
"
{{
http_proxy
}}
#
yum_repository:
#
name:
clickhouse
#
description:
Clickhouse
Official
repo
#
baseurl:
https://packages.clickhouse.com/rpm/clickhouse.repo
#
reposdir:
/etc/yum.repos.d/
#
gpgcheck:
"False"
# enabled: "True"
# environment:
# http_proxy: "{{ http_proxy }}"
# https_proxy: "{{ http_proxy }}"
# tags:
# - repo
-
name
:
Install CH
yum
:
...
...
EKbfh
🐼
@EKbfh
mentioned in commit
6e8053c2
·
May 23, 2022
mentioned in commit
6e8053c2
mentioned in commit 6e8053c2c32b8142931fd09fb49c62a449bc08cb
Toggle commit list
EKbfh
🐼
@EKbfh
mentioned in merge request
!6318 (merged)
·
May 23, 2022
mentioned in merge request
!6318 (merged)
mentioned in merge request !6318
Toggle commit list
EKbfh
🐼
@EKbfh
mentioned in commit
b9c1a83f
·
May 23, 2022
mentioned in commit
b9c1a83f
mentioned in commit b9c1a83fd8fc1963562dafa44865e870eb376121
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment