Compare commits
2 Commits
2df4c328d9
...
42f1c452e1
Author | SHA1 | Date | |
---|---|---|---|
42f1c452e1 | |||
2c28ae7d3c |
@ -43,6 +43,13 @@
|
|||||||
- "{{ ansible_facts.eth0.ipv4.address }}:53:5053/tcp"
|
- "{{ ansible_facts.eth0.ipv4.address }}:53:5053/tcp"
|
||||||
- "{{ ansible_facts.eth0.ipv4.address }}:53:5053/udp"
|
- "{{ ansible_facts.eth0.ipv4.address }}:53:5053/udp"
|
||||||
tags: [ pis, mp, unbound ]
|
tags: [ pis, mp, unbound ]
|
||||||
|
roles:
|
||||||
|
- role: motd
|
||||||
|
vars:
|
||||||
|
motd_watch_services_extra:
|
||||||
|
- docker
|
||||||
|
- isc-dhcp-server
|
||||||
|
tags: [ pis, mp, motd ]
|
||||||
# And also serving DHCP
|
# And also serving DHCP
|
||||||
- hosts: pi-mp-1.desu.ltd
|
- hosts: pi-mp-1.desu.ltd
|
||||||
vars_files:
|
vars_files:
|
||||||
|
@ -38,6 +38,7 @@ desktop_apt_repos:
|
|||||||
- "ppa:phoerious/keepassxc" # KeepassXC
|
- "ppa:phoerious/keepassxc" # KeepassXC
|
||||||
- "ppa:minetestdevs/stable" # Minetest
|
- "ppa:minetestdevs/stable" # Minetest
|
||||||
- "ppa:greymd/tmux-xpanes" # xpanes
|
- "ppa:greymd/tmux-xpanes" # xpanes
|
||||||
|
- "ppa:hsheth2/ppa" # cava
|
||||||
# Third-party PPAs
|
# Third-party PPAs
|
||||||
- "ppa:drewwalton19216801/dolphin-master-cosmic" # Because Dolphin doesn't update their shit
|
- "ppa:drewwalton19216801/dolphin-master-cosmic" # Because Dolphin doesn't update their shit
|
||||||
- "ppa:kgilmer/speed-ricer" # Ricing is fun and kgilmer is cool
|
- "ppa:kgilmer/speed-ricer" # Ricing is fun and kgilmer is cool
|
||||||
@ -48,6 +49,7 @@ desktop_apt_packages:
|
|||||||
# CLI Packages
|
# CLI Packages
|
||||||
- apt # Useful for Android debugging, and also for pinephone shenanigans
|
- apt # Useful for Android debugging, and also for pinephone shenanigans
|
||||||
- build-essential # Used in numerous build ventures, just all-around important
|
- build-essential # Used in numerous build ventures, just all-around important
|
||||||
|
- cava # Audio visualizer thing
|
||||||
- cmake # Also useful for building from source
|
- cmake # Also useful for building from source
|
||||||
- docker-ce # soy
|
- docker-ce # soy
|
||||||
- fastboot # Also used for phone debugging
|
- fastboot # Also used for phone debugging
|
||||||
|
Loading…
Reference in New Issue
Block a user