Skip to content

Commit f622c98

Browse files
committed
Update commands documentation
Signed-off-by: Piers Harding <[email protected]>
1 parent 74f4c9e commit f622c98

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

roles/commands/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ with at least one host in it - see the `cephadm` role for more details.
1919

2020
## Role variables
2121

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 }}`
2330
Example:
2431
```
2532
cephadm_commands:

0 commit comments

Comments
 (0)