This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
инструмент_gitlab [2026/02/09 14:21] val [Пример shell ansible] |
инструмент_gitlab [2026/02/16 14:15] (current) val [Подключение через API] |
||
|---|---|---|---|
| Line 58: | Line 58: | ||
| gitlab_rails['registry_port'] = "5050" | gitlab_rails['registry_port'] = "5050" | ||
| registry['registry_http_addr'] = "0.0.0.0:5050" | registry['registry_http_addr'] = "0.0.0.0:5050" | ||
| + | #gitlab_rails['env'] = { 'SKIP_RAISE_ON_INITIALIZE_CONNECTIONS' => 'true' } | ||
| ports: | ports: | ||
| - '443:443' | - '443:443' | ||
| Line 119: | Line 120: | ||
| <code> | <code> | ||
| - | kube1:~/gitlab# cat adduser.sh | + | client1$ cat adduser.sh |
| </code><code> | </code><code> | ||
| GITLAB_URL="https://gitlab.corpX.un" | GITLAB_URL="https://gitlab.corpX.un" | ||
| - | PRIVATE_TOKEN="NNNNNNNNNNNN" | + | PRIVATE_TOKEN=NNNNNNNNNNNN |
| USER_EMAIL="user1@corpX.un" | USER_EMAIL="user1@corpX.un" | ||
| Line 153: | Line 154: | ||
| # ###gitlab-ctl status | # ###gitlab-ctl status | ||
| - | |||
| # ###gitlab-rake gitlab:check | # ###gitlab-rake gitlab:check | ||
| + | # ###gitlab-ctl tail sidekiq | ||
| # gitlab-ctl show-config | # gitlab-ctl show-config | ||
| Line 305: | Line 306: | ||
| ## Может занять 2 часа ## | ## Может занять 2 часа ## | ||
| - | # ###curl -LJO "https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/latest/deb/gitlab-runner-helper-images.deb" | + | # ###curl -LJO "https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/v18.6.2/deb/gitlab-runner-helper-images.deb" |
| - | # ###curl -LJO "https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/latest/deb/gitlab-runner_amd64.deb" | + | # ###curl -LJO "https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/v18.6.2/deb/gitlab-runner_amd64.deb" |
| # ###dpkg -i gitlab-runner-helper-images.deb gitlab-runner_amd64.deb | # ###dpkg -i gitlab-runner-helper-images.deb gitlab-runner_amd64.deb | ||
| </code> | </code> | ||