Compare commits

..

No commits in common. "42f1c452e1e4b0c49bfba0d919b42ab74a765a8a" and "2df4c328d9b42746838bda70c622355fcd61703f" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -43,13 +43,6 @@
- "{{ 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:

View File

@ -38,7 +38,6 @@ 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
@ -49,7 +48,6 @@ 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