Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ cloudera.cloud Ansible Collection
ml_workspace_access <ml_workspace_access>
opdb <opdb>
opdb_info <opdb_info>
de <de>
de_info <de_info>

This repository hosts the ``cloudera.cloud`` Ansible collection. The collection includes modules and other Ansible
assets to help automate the provisioning and use of Cloudera Data Platform (CDP) experiences, datalakes, and
Expand Down Expand Up @@ -148,4 +150,4 @@ More Information
.. _CdpCliPip: https://pypi.org/project/cdpcli/
.. _CdpApiAccessKey: https://docs.cloudera.com/management-console/cloud/user-management/topics/mc-generating-an-api-access-key.html
.. _CdpAwsRequirements: https://docs.cloudera.com/management-console/cloud/requirements-aws/topics/mc-requirements-aws.html
.. _CdpAzureRequirements: https://docs.cloudera.com/management-console/cloud/requirements-azure/topics/mc-azure-requirements.html
.. _CdpAzureRequirements: https://docs.cloudera.com/management-console/cloud/requirements-azure/topics/mc-azure-requirements.html
4 changes: 3 additions & 1 deletion docsrc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ cloudera.cloud Ansible Collection
ml_workspace_access <ml_workspace_access>
opdb <opdb>
opdb_info <opdb_info>
de <de>
de_info <de_info>

This repository hosts the ``cloudera.cloud`` Ansible collection. The collection includes modules and other Ansible
assets to help automate the provisioning and use of Cloudera Data Platform (CDP) experiences, datalakes, and
Expand Down Expand Up @@ -152,4 +154,4 @@ More Information
.. _CdpCliPip: https://pypi.org/project/cdpcli/
.. _CdpApiAccessKey: https://docs.cloudera.com/management-console/cloud/user-management/topics/mc-generating-an-api-access-key.html
.. _CdpAwsRequirements: https://docs.cloudera.com/management-console/cloud/requirements-aws/topics/mc-requirements-aws.html
.. _CdpAzureRequirements: https://docs.cloudera.com/management-console/cloud/requirements-azure/topics/mc-azure-requirements.html
.. _CdpAzureRequirements: https://docs.cloudera.com/management-console/cloud/requirements-azure/topics/mc-azure-requirements.html
4 changes: 3 additions & 1 deletion plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ modules employ the underlying SDK contained within the `cdpy` Python package.
| [ml_info](./modules/ml_info.py) | Gather information about CDP Machine Learning experiences |
| [ml_workspace_access](./modules/ml_workspace_access.py) | Grant and revoke user access to and from CDP Machine Learning experiences |
| [opdb](./modules/opdb.py) | Create, manage, and destroy CDP Operational Database experiences |
| [opdb_info](./modules/opdb_info.py) | Gather information about CDP Operational Database experiences |
| [opdb_info](./modules/opdb_info.py) | Gather information about CDP Operational Database experiences |
| [de](./modules/de.py) | Create, manage, and destroy CDP Data Engineering experiences |
| [de_info](./modules/de_info.py) | Gather information about CDP Data Engineering experiences |
Loading