Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Ansible playbook for pulseaudio on arch

License

Notifications You must be signed in to change notification settings

chaos-bodensee/role_pulseaudio_archlinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role for pulseaudio

This ansible role install some components you need for pulseaudio.

WARNING:

  • Currently this playbook is only used on Archlinux. It will probably require differen package names and maybe driver on other OS.
  • This role is not maintained anymore and now archived.

Configuration

Have a look into the defaults Folder for some options. Here are some defaults:

# version check for this playbook
submodules_versioncheck: true

# Should we install bluetooth stuff?
install_bluetooth: true

# add additional packages to install
pulseaudio_arch_extra_packages: []
# - foo
# - bar

# warn if playbook is executed on different os than arch
warn_if_role_pulseaudio_is_not_tested_well: true