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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -395,7 +395,7 @@ pve_zfs_enabled: no # Specifies whether or not to install and configure ZFS pack
395
395
pve_zfs_create_volumes: [] # List of ZFS Volumes to create (to use as PVE Storages). See section on Storage Management.
396
396
pve_ceph_enabled: false # Specifies wheter or not to install and configure Ceph packages. See below for an example configuration.
397
397
pve_ceph_repository_line: "deb http://download.proxmox.com/debian/ceph-pacific bullseye main" # apt-repository configuration. Will be automatically set for 6.x and 7.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)
400
400
pve_ceph_nodes: "{{ pve_group }}" # Host group containing all Ceph nodes
401
401
pve_ceph_mon_group: "{{ pve_group }}" # Host group containing all Ceph monitor hosts
@@ -709,8 +709,9 @@ pve_ceph_fs:
709
709
mountpoint: /srv/proxmox/backup
710
710
```
711
711
712
-
`pve_ceph_network` by default uses the `ipaddr` filter, which requires the
713
-
`netaddr` library to be installed and usable by your Ansible controller.
712
+
`pve_ceph_network` by default uses the `ansible.utils.ipaddr` filter, which
713
+
requires the `netaddr` library to be installed and usable by your Ansible
714
+
controller.
714
715
715
716
`pve_ceph_nodes` by default uses `pve_group`, this parameter allows to specify
716
717
on which nodes install Ceph (e.g. if you don't want to install Ceph on all your
0 commit comments