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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ All Ceph hosts must be in the `ceph` group.
41
41
*`cephadm_ssh_public_key`: Location where ssh public key used by cephadm will be saved (default: /etc/ceph/cephadm.pub)
42
42
*`cephadm_ssh_private_key`: Location where ssh private key used by cephadm will be saved (default: /etc/ceph/cephadm.id)
43
43
*`cephadm_ssh_user`: Pre-existing user name that should be used for bootstrapping the cluster. User must have passwordless sudo enabled. Since 1.4.0 (default: `ansible_user`)
44
+
*`cephadm_bootstrap_additional_parameters`: additional arguments to pass to `cephadm bootstrap`
45
+
*`cephadm_apt_repo_dist`: overide (default) `ansible_distribution_release` for debian package repository
44
46
* MONs and MGRs
45
47
*`cephadm_mon_count`: Number of MONs to deploy (default: equals to number of hosts in `mons` Ansible group)
46
48
*`cephadm_mgr_count`: Number of MGRs to deploy (default: equals to number of hosts in `mgrs` Ansible group)
0 commit comments