added ceph-pacific (16.x) to proxmox hypervisor
parent
b2e0c08c18
commit
5448a70882
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: Configure Proxmox repositories
|
- name: Configure Proxmox repositories
|
||||||
template:
|
template:
|
||||||
src: apt/sources.list.d/pve-enterprise.list.j2
|
src: "apt/sources.list.d/{{ item }}.list.j2"
|
||||||
dest: /etc/apt/sources.list.d/pve-enterprise.list
|
dest: "/etc/apt/sources.list.d/{{ item }}.list"
|
||||||
|
loop:
|
||||||
|
- pve-enterprise
|
||||||
|
- ceph
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
{{ ansible_header | comment }}
|
||||||
|
deb {{ ceph_mirror }} {{ ansible_distribution_release }} main
|
Loading…
Reference in New Issue