diff --git a/playbook.yml b/playbook.yml index c8e66e7..0e9d93c 100644 --- a/playbook.yml +++ b/playbook.yml @@ -3,6 +3,27 @@ hosts: localhost connection: local tasks: + - name: Install Pulsemixer (Pulseaudio Terminal UI) + become: true + pacman: + name: pulsemixer + state: present + - name: Install Bluez (Bluetooth management) + become: true + pacman: + name: bluez + state: present + - name: Install Bluez Utils (Bluetooth utilities) + become: true + pacman: + name: bluez-utils + state: present + - name: Install Bluetuith (Bluetooth Terminal UI) + become: true + kewlfft.aur.aur: + name: bluetuith + state: present + update_cache: yes - name: Install i3lock-fancy (window locker) become: true kewlfft.aur.aur: @@ -181,6 +202,12 @@ pacman: name: networkmanager state: present + - name: Start Bluetooth service + become: true + service: + enabled: true + name: bluetooth + state: started - name: Start Network Manager service become: true service: