Compare commits

...

2 Commits

Author SHA1 Message Date
42f1c452e1 Add cava 2021-02-27 20:17:56 -06:00
2c28ae7d3c Add MoTD for pi-mp 2021-02-27 20:17:52 -06:00
2 changed files with 9 additions and 0 deletions

View File

@ -43,6 +43,13 @@
- "{{ ansible_facts.eth0.ipv4.address }}:53:5053/tcp"
- "{{ ansible_facts.eth0.ipv4.address }}:53:5053/udp"
tags: [ pis, mp, unbound ]
roles:
- role: motd
vars:
motd_watch_services_extra:
- docker
- isc-dhcp-server
tags: [ pis, mp, motd ]
# And also serving DHCP
- hosts: pi-mp-1.desu.ltd
vars_files:

View File

@ -38,6 +38,7 @@ desktop_apt_repos:
- "ppa:phoerious/keepassxc" # KeepassXC
- "ppa:minetestdevs/stable" # Minetest
- "ppa:greymd/tmux-xpanes" # xpanes
- "ppa:hsheth2/ppa" # cava
# Third-party PPAs
- "ppa:drewwalton19216801/dolphin-master-cosmic" # Because Dolphin doesn't update their shit
- "ppa:kgilmer/speed-ricer" # Ricing is fun and kgilmer is cool
@ -48,6 +49,7 @@ desktop_apt_packages:
# CLI Packages
- apt # Useful for Android debugging, and also for pinephone shenanigans
- build-essential # Used in numerous build ventures, just all-around important
- cava # Audio visualizer thing
- cmake # Also useful for building from source
- docker-ce # soy
- fastboot # Also used for phone debugging