Skip to content

Commit 341a098

Browse files
authored
Merge pull request #215 from wu3rstle/ceph-quincy
updated default ceph version to quincy
2 parents c5b12dc + 2b496a9 commit 341a098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pve_zfs_enabled: no
1818
# pve_zfs_zed_email: "email address for zfs events"
1919
pve_zfs_create_volumes: []
2020
pve_ceph_enabled: false
21-
pve_ceph_repository_line: "deb http://download.proxmox.com/debian/{% if ansible_distribution_release == 'buster' %}ceph-nautilus buster{% else %}ceph-pacific bullseye{% endif %} main"
21+
pve_ceph_repository_line: "deb http://download.proxmox.com/debian/{% if ansible_distribution_release == 'buster' %}ceph-nautilus buster{% else %}ceph-quincy bullseye{% endif %} main"
2222
pve_ceph_network: "{{ (ansible_default_ipv4.network +'/'+ ansible_default_ipv4.netmask) | ipaddr('net') }}"
2323
pve_ceph_nodes: "{{ pve_group }}"
2424
pve_ceph_mon_group: "{{ pve_group }}"

0 commit comments

Comments
 (0)