terraform-aws-gitlab-runner
Terraform module for AWS GitLab runners on ec2 (spot) instances
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- auto-approval.yml
- ci.yml
- feature_branch-megalinter.yml
- lint_pr_title.yml
- pr-opened.yml
- release.yml
- slash_ops_commands.yml
- slash_ops_comment_dispatch.yml
- stale.yml
- trivy.yml
- update_docs.yml
- .release-please-config.json
- .release-please-manifest.json
- FUNDING.yml
- pull_request_template.md
- extensions.json
- settings.json
- runner-cache.png
- runner-default.png
- runner-docker.png
- pitfalls.md
- usage.md
- .terraform-version
- main.tf
- my_company_ca_cert_bundle.crt
- my_gitlab_instance_cert.crt
- providers.tf
- README.md
- variables.tf
- versions.tf
- swap.tpl
- .terraform-version
- main.tf
- providers.tf
- README.md
- variables.tf
- versions.tf
- .terraform-version
- main.tf
- providers.tf
- README.md
- variables.tf
- versions.tf
- .terraform-version
- main.tf
- providers.tf
- README.md
- variables.tf
- versions.tf
- .terraform-version
- main.tf
- providers.tf
- README.md
- terraform.tfvars
- variables.tf
- versions.tf
- .terraform-version
- main.tf
- providers.tf
- README.md
- variables.tf
- versions.tf
- .gitignore
- README.md
- migrate-to-7-0-0.sh
- migration-state-3.7.x.sh
- main.tf
- outputs.tf
- README.md
- state_migration.tf
- variables.tf
- versions.tf
- requirements.txt
- terminate_runners.py
- cloudwatch.tf
- iam.tf
- locals.tf
- main.tf
- outputs.tf
- README.md
- variables.tf
- versions.tf
- amz-linux-docker.json
- README.md
- ubuntu-docker.json
- windows-server-2022.hcl
- cache.json
- instance-docker-autoscaler-policy.json
- instance-docker-machine-policy.json
- instance-eip.json
- instance-kms-policy.json
- instance-logging-policy.json
- instance-role-trust-policy.json
- instance-session-manager-policy.json
- kms-policy.json
- service-linked-role-create-policy.json
- eip.tftpl
- gitlab-runner.tftpl
- logging.tftpl
- runner-config.tftpl
- runner-docker-autoscaler-config.tftpl
- runner-docker-machine-config.tftpl
- runners_docker_options.tftpl
- runners_docker_services.tftpl
- user-data.tftpl
- yum_update.tftpl
- .checkov.yml
- .cspell.json
- .flake8
- .gitignore
- .gitleaks.toml
- .kics.yml
- .markdown-link-check.json
- .markdownlint.json
- .mega-linter.yml
- .pre-commit-config.yaml
- .pylintrc
- .ruff.toml
- .terraform-version
- .terraform.lock.hcl
- .tflint.hcl
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CODEOWNERS
- CONTRIBUTING.md
- data.tf
- docker_autoscaler.tf
- docker_autoscaler_policy.tf
- docker_autoscaler_security_group.tf
- docker_machine.tf
- docker_machine_fleet.tf
- docker_machine_policy.tf
- docker_machine_security_group.tf
- kms.tf
- LICENSE
- locals.tf
- logging.tf
- main.tf
- outputs.tf
- README.md
- renovate.json
- runner_policy.tf
- runner_security_group.tf
- tags.tf
- terrascan-config.toml
- variables.tf
- versions.tf
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/cattle-ops/terraform-aws-gitlab-runner
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd terraform-aws-gitlab-runner
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
pip install -r modules/terminate-agent-hook/lambda/requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
