feat(audio): Add pipewire stack
This commit is contained in:
parent
3bcf928bc5
commit
3de5e42b28
3 changed files with 74 additions and 19 deletions
|
|
@ -1,25 +1,6 @@
|
|||
- name: Set up primary user
|
||||
hosts: target_system
|
||||
become: true
|
||||
vars:
|
||||
user_name: marty
|
||||
user_pass: marty
|
||||
user_shell: zsh
|
||||
user_groups:
|
||||
- wheel
|
||||
- _seatd # TODO: This will error if it does not exist (seatd not installed)
|
||||
- audio
|
||||
- dialout
|
||||
- disk
|
||||
- input
|
||||
- kvm
|
||||
- lp
|
||||
- plugdev
|
||||
- scanner
|
||||
- storage
|
||||
- usbmon
|
||||
- video
|
||||
|
||||
tasks:
|
||||
- name: Enable sudo for "wheel" group
|
||||
ansible.builtin.lineinfile:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue