Compare commits
2 Commits
003b13fa84
...
cec0a5c3f8
Author | SHA1 | Date | |
---|---|---|---|
cec0a5c3f8 | |||
7bbc291cf8 |
@ -5,7 +5,7 @@
|
||||
- hosts: device_roles_workstation
|
||||
tasks:
|
||||
- name: assure pi-media-1 nfs mountpoint
|
||||
file: path=/nfs/pi-media-1.desu.ltd state=directory owner=root mode=0755
|
||||
file: path=/nfs/pi-media-1.desu.ltd state=directory
|
||||
tags: [ desktop, nfs ]
|
||||
- name: assure pi-media-1 nfs mount
|
||||
mount: path=/nfs/pi-media-1.desu.ltd src=pi-media-1.desu.ltd:/data/shared/media fstype=nfs4 opts="rsize=10248576,wsize=1048576,soft,timeo=600,retrans=2,_netdev" state=mounted
|
||||
@ -19,7 +19,7 @@
|
||||
tags: [ desktop, udev ]
|
||||
- role: pulseaudio
|
||||
tags: [ desktop, pulse, pulseaudio ]
|
||||
- hosts: lap-s76-lemp9-1.ws.desu.ltd
|
||||
- hosts: lap-s76-lemp9-1.ws.mgmt.desu.ltd
|
||||
roles:
|
||||
- role: backup
|
||||
vars:
|
||||
@ -61,7 +61,7 @@
|
||||
tags: [ desktop, desktop-role ]
|
||||
- role: grub
|
||||
tags: [ desktop, grub ]
|
||||
- hosts: dsk-ryzen-1.ws.desu.ltd
|
||||
- hosts: dsk-ryzen-1.ws.mgmt.desu.ltd
|
||||
roles:
|
||||
- role: backup
|
||||
vars:
|
||||
|
@ -34,6 +34,8 @@ desktop_apt_repos:
|
||||
- "deb https://apt.kubernetes.io/ kubernetes-xenial main" # Kubernetes
|
||||
- "deb https://baltocdn.com/helm/stable/debian/ all main" # Helm
|
||||
- "deb [arch=amd64] https://apt.releases.hashicorp.com focal main" # Terraform
|
||||
# Backport PPAs
|
||||
- "ppa:ubuntustudio-ppa/ardour-backports" # Ardour from Ubuntu Studio
|
||||
# First-party PPAs
|
||||
- "ppa:jackmacwindows/ppa" # CraftOS-PC 2
|
||||
- "ppa:phoerious/keepassxc" # KeepassXC
|
||||
@ -90,6 +92,7 @@ desktop_apt_packages:
|
||||
# DE
|
||||
- papirus-icon-theme # Fancy paper icon theme
|
||||
# Applications
|
||||
- ardour # The one DAW that exists I guess
|
||||
- audacity # Audio recording and editing tool
|
||||
- chromium-browser # Nice to have an alternative browser, even if it's trash
|
||||
- clonezilla # Gotta make them clones
|
||||
|
Loading…
Reference in New Issue
Block a user