cloudera.cluster

(★ 39)

An Ansible collection for Cloudera Platform for on-premise and cloud Datahubs

파일 탐색기

  • .ansible-lint
  • .ansible-lint-ignore
  • .gitignore
  • .pre-commit-config.yaml
  • .test.sh
  • bindep.txt
  • CHANGELOG.rst
  • CONTRIBUTING.md
  • galaxy.yml
  • LICENSE
  • pyproject.toml
  • README.md
  • requirements.txt
  • requirements.yml
  • TESTING.md

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

ansible-galaxy

설명 보기 ▼

Ansible 역할 생성 및 관리.
더 많은 정보: <https://docs.ansible.com/projects/ansible/latest/cli/ansible-galaxy.html>.

ansible-galaxy {{role|collection}} list

역할 설치:

ansible-galaxy role search {{keyword}} -v{{vvvvv}}

역할 제거:

ansible-galaxy role {{install|remove}} {{role_name1 role_name2 ...}}

설치된 역할 리스트:

🔍

hatch

설명 보기 ▼

현대적이고 확장 가능한 Python 프로젝트 관리자.
관련 항목: `poetry`.
더 많은 정보: <https://hatch.pypa.io/latest/cli/reference/>.

hatch new {{project_name}}

새로운 Hatch 프로젝트 생성:

hatch new --init

기존 프로젝트에 Hatch 초기화:

hatch build

Hatch 프로젝트 빌드:

# 프로젝트 배지

// repository documentation