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
e655d25d
Commit
e655d25d
authored
May 20, 2022
by
Юрий Дегтярёв
Browse files
add repo ch for RH family [skip-ci]
parent
343e64e8
Pipeline
#36299
skipped
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
ansible/system_roles/clickhouse/tasks/os/CentOS_7/main.yml
View file @
e655d25d
---
-
name
:
Add CH repository
shell
:
yum-config-manager --add-repo=https://packages.clickhouse.com/rpm/clickhouse.repo
args
:
creates
:
/etc/yum.repos.d/clickhouse.repo
yum_repository
:
name
:
clickhouse
description
:
Clickhouse Official repo
baseurl
:
https://packages.clickhouse.com/rpm/stable/
gpgcheck
:
"
False"
enabled
:
"
True"
environment
:
http_proxy
:
"
{{
http_proxy
}}"
https_proxy
:
"
{{
http_proxy
}}"
tags
:
-
repo
-
name
:
Install CH
yum
:
...
...
ansible/system_roles/clickhouse/tasks/os/OracleLinux_7/main.yml
View file @
e655d25d
---
-
name
:
Add CH repository
shell
:
yum-config-manager --add-repo=https://packages.clickhouse.com/rpm/clickhouse.repo
args
:
creates
:
/etc/yum.repos.d/clickhouse.repo
yum_repository
:
name
:
clickhouse
description
:
Clickhouse Official repo
baseurl
:
https://packages.clickhouse.com/rpm/stable/
gpgcheck
:
"
False"
enabled
:
"
True"
environment
:
http_proxy
:
"
{{
http_proxy
}}"
https_proxy
:
"
{{
http_proxy
}}"
tags
:
-
repo
-
name
:
Install CH
yum
:
...
...
ansible/system_roles/clickhouse/tasks/os/RedHat_7/main.yml
View file @
e655d25d
---
-
name
:
Add CH repository
shell
:
yum-config-manager --add-repo=https://packages.clickhouse.com/rpm/clickhouse.repo
args
:
creates
:
/etc/yum.repos.d/clickhouse.repo
yum_repository
:
name
:
clickhouse
description
:
Clickhouse Official repo
baseurl
:
https://packages.clickhouse.com/rpm/stable/
gpgcheck
:
"
False"
enabled
:
"
True"
environment
:
http_proxy
:
"
{{
http_proxy
}}"
https_proxy
:
"
{{
http_proxy
}}"
...
...
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