You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,8 @@ See [Building the Collection](#building-the-collection) for details on creating
95
95
96
96
The `cloudera.exe` expects `ansible-core>=2.10,<2.13`.
97
97
98
-
> **WARNING:** The current functionality of the `cloudera.cluster` dependency does not yet work with Ansible version `2.13` and later.
98
+
> [!WARNING]
99
+
> The current functionality of the `cloudera.cluster` dependency does not yet work with Ansible version `2.13` and later.
99
100
100
101
The collection has the following _required_ dependencies:
101
102
@@ -164,6 +165,8 @@ All collection dependencies, required and optional, can be found in `requirement
164
165
165
166
`ansible-builder` can discover and install all Python dependencies - current collection and dependencies - if you wish to use that application to construct your environment. Otherwise, you will need to read each collection and role dependency and follow its installation instructions.
166
167
168
+
See the [Collection Metadata](https://ansible.readthedocs.io/projects/builder/en/latest/collection_metadata/) section for further details on how to install (and manage) collection dependencies.
169
+
167
170
You may wish to use a _virtual environment_ to manage the Python dependencies.
168
171
169
172
## Using the Collection
@@ -196,11 +199,13 @@ For example, here we use the
> **NOTE:** You **must** run `cloudera.exe.init_deployment` before calling any of the collection's playbooks. This call must occur within the source project, otherwise Ansible's `playbook_dir` will change to the collection's installation directory and variable lookups might not work as expected.
202
+
> [!IMPORTANT]
203
+
> You **must** run `cloudera.exe.init_deployment` before calling any of the collection's playbooks. This call must occur within the source project, otherwise Ansible's `playbook_dir` will change to the collection's installation directory and variable lookups might not work as expected.
200
204
201
205
### Legacy Execution Modes
202
206
203
-
> **WARNING:** These documents and their modes of operation are deprecated in version 2.x. For example, the use of Ansible tags to trigger coarse runlevels have been replaced by explicit playbook execution. However, the "inner" tag structures still remain and might be relevant to some execution modes.
207
+
> [!WARNING]
208
+
> These documents and their modes of operation are deprecated in version 2.x. For example, the use of Ansible tags to trigger coarse runlevels have been replaced by explicit playbook execution. However, the "inner" tag structures still remain and might be relevant to some execution modes.
204
209
205
210
See the [execution examples](docs/runlevels.md#execution) in the Deployment Runlevels document.
0 commit comments