Correct bug with libvirt permissions
This commit is contained in:
parent
958d2525da
commit
935b4c48ae
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
- name: create Libvirt keyring
|
- name: create Libvirt keyring
|
||||||
command: ceph auth get-or-create client.libvirt mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=pvc*'
|
command: ceph auth get-or-create client.libvirt mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=*'
|
||||||
|
|
|
@ -11,6 +11,12 @@
|
||||||
- libjemalloc2
|
- libjemalloc2
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
|
- name: add libvirt user to ceph group
|
||||||
|
user:
|
||||||
|
name: libvirt-qemu
|
||||||
|
groups: ceph
|
||||||
|
append: yes
|
||||||
|
|
||||||
- name: install libvirt configuration
|
- name: install libvirt configuration
|
||||||
template:
|
template:
|
||||||
src: libvirt/{{ item }}.j2
|
src: libvirt/{{ item }}.j2
|
||||||
|
|
Loading…
Reference in New Issue