added ceph-pacific (16.x) to proxmox hypervisor

ceph
Yoann Beaugnon 2022-01-30 16:27:14 +01:00 committed by Yohann D'ANELLO
parent b2e0c08c18
commit 5448a70882
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,8 @@
---
- name: Configure Proxmox repositories
template:
src: apt/sources.list.d/pve-enterprise.list.j2
dest: /etc/apt/sources.list.d/pve-enterprise.list
src: "apt/sources.list.d/{{ item }}.list.j2"
dest: "/etc/apt/sources.list.d/{{ item }}.list"
loop:
- pve-enterprise
- ceph

View File

@ -0,0 +1,2 @@
{{ ansible_header | comment }}
deb {{ ceph_mirror }} {{ ansible_distribution_release }} main