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: roles/commands/README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,14 @@ with at least one host in it - see the `cephadm` role for more details.
19
19
20
20
## Role variables
21
21
22
-
*`cephadm_commands`: A list of commands to pass to `cephadm shell -- ceph`
22
+
23
+
*`cephadm_command`: The command to use with the list of commands to execute - defaults to `ceph`, but can be any command found in the `quay.io/ceph/ceph:<tag>` image.
24
+
Example:
25
+
```
26
+
cephadm_command: radosgw-admin
27
+
```
28
+
29
+
*`cephadm_commands`: A list of commands to pass to `cephadm shell -- {{ cephadm_command }}`
0 commit comments