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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -394,7 +394,8 @@ pve_zfs_enabled: no # Specifies whether or not to install and configure ZFS pack
394
394
# pve_zfs_zed_email: "" # Should be set to an email to receive ZFS notifications
395
395
pve_ceph_enabled: false # Specifies wheter or not to install and configure Ceph packages. See below for an example configuration.
396
396
pve_ceph_repository_line: "deb http://download.proxmox.com/debian/ceph-nautilus buster main" # apt-repository configuration. Will be automatically set for 5.x and 6.x (Further information: https://pve.proxmox.com/wiki/Package_Repositories)
# pve_ceph_cluster_network: "" # Optional, if the ceph cluster network is different from the public network (see https://pve.proxmox.com/pve-docs/chapter-pveceph.html#pve_ceph_install_wizard)
398
399
pve_ceph_mon_group: "{{ pve_group }}" # Host group containing all Ceph monitor hosts
399
400
pve_ceph_mds_group: "{{ pve_group }}" # Host group containing all Ceph metadata server hosts
400
401
pve_ceph_osds: [] # List of OSD disks
@@ -568,6 +569,7 @@ This role can configure the Ceph storage system on your Proxmox hosts.
0 commit comments