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/cephadm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ All Ceph hosts must be in the `ceph` group.
31
31
*`cephadm_container_engine`: Whether to use docker_login or podman_login (default: docker)
32
32
*`cephadm_fsid`: FSID to use for cluster (default: empty - cephadm will generate FSID)
33
33
*`cephadm_recreate`: If existing cluster should be destroyed and recreated (default: false)
34
-
*`cephadm_custom_repos`: If enabled - the role won't define yum/apt repositories. If using Ubuntu 22.04 this should be set to true. (default: false)
34
+
*`cephadm_custom_repos`: Boolean: disables configuring offical Ceph YUM/APT repositories - `cephadm_ceph_release` is ignored. Can serve as a workaround for a lack of supported OS distro + Ceph release combination upstream. (default: false)
35
35
*`cephadm_package_update`: If enabled - cephadm package will be updated to latest version (default: false)
36
36
*`cephadm_host_labels`: If set (list format) - those additional labels will be applied to host definitions (default: [] - empty list)
0 commit comments