derbunman.debuild_polybar
ansible role debuild_polybar
Ansible cookbook to build and install a polybar .deb for Ubuntu/Debian.
example
playbook.yml
I install polybar on all hosts in the desktop group.
- hosts: desktop
roles:
- derbunman.debuild_polybar
requirements.yml
- src: derbunman.debuild
- src: derbunman.debuild_polybar
install dependencies
ansible-galaxy install -r requirements.yml
update dependencies
ansible-galaxy install -r requirements.yml --force
run playbook
ansible-playbook playbook.yml -v
