vms only show up for the user that created them, use correct user for vm list
This commit is contained in:
parent
e721177aa7
commit
1ab20e66bc
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@
|
||||||
user:
|
user:
|
||||||
name: "{{ libvirt_user }}"
|
name: "{{ libvirt_user }}"
|
||||||
groups: kvm
|
groups: kvm
|
||||||
|
sudo: true
|
||||||
|
sudo_user: "{{ libvirt_user }}"
|
||||||
|
|
||||||
- name: add ssh key for libvirt remote user
|
- name: add ssh key for libvirt remote user
|
||||||
authorized_key:
|
authorized_key:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue