added remaining package groups and flatpak role
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
- name: Install virtualization packages
|
||||
community.general.pacman:
|
||||
name:
|
||||
- qemu-full
|
||||
- virt-manager
|
||||
- cloud-image-utils
|
||||
state: present
|
||||
|
||||
- name: Enable libvirtd service
|
||||
ansible.builtin.service:
|
||||
name: libvirtd
|
||||
state: started
|
||||
enabled: true
|
||||
|
||||
- name: Add user to libvirt group
|
||||
ansible.builtin.user:
|
||||
name: "{{ ansible_user_id }}"
|
||||
groups: libvirt
|
||||
append: true
|
||||
Reference in New Issue
Block a user