cloudera.cloud

(★ 23)

An Ansible collection for Cloudera Platform for cloud and Data Services

File Explorer

  • .ansible-lint
  • .ansible-lint-ignore
  • .gitignore
  • .pre-commit-config.yaml
  • AGENTS.md
  • bindep.txt
  • CHANGELOG.rst
  • CLAUDE.md
  • cloud.py
  • conftest.py
  • CONTRIBUTING.md
  • galaxy.yml
  • LICENSE
  • NOTICE.txt
  • pyproject.toml
  • README.md
  • requirements.txt
  • TESTING.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

ansible-galaxy

View Details ▼

Perform various Ansible Role and Collection related operations.

ansible-galaxy {{role|collection}} list

List installed roles or collections:

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

Search for a role with various levels of verbosely (`-v` should be specified at the end):

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

Install or remove role(s):

🔍

hatch

View Details ▼

Modern, extensible Python project manager.
See also: `poetry`.

hatch new {{project_name}}

Create a new Hatch project:

hatch new --init

Initialize Hatch for an existing project:

hatch build

Build a Hatch project:

# Project Badges

// repository documentation