Add Ardour to desktops
This commit is contained in:
parent
7bbc291cf8
commit
cec0a5c3f8
@ -5,7 +5,7 @@
|
|||||||
- hosts: device_roles_workstation
|
- hosts: device_roles_workstation
|
||||||
tasks:
|
tasks:
|
||||||
- name: assure pi-media-1 nfs mountpoint
|
- 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 ]
|
tags: [ desktop, nfs ]
|
||||||
- name: assure pi-media-1 nfs mount
|
- 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
|
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
|
||||||
|
@ -34,6 +34,8 @@ desktop_apt_repos:
|
|||||||
- "deb https://apt.kubernetes.io/ kubernetes-xenial main" # Kubernetes
|
- "deb https://apt.kubernetes.io/ kubernetes-xenial main" # Kubernetes
|
||||||
- "deb https://baltocdn.com/helm/stable/debian/ all main" # Helm
|
- "deb https://baltocdn.com/helm/stable/debian/ all main" # Helm
|
||||||
- "deb [arch=amd64] https://apt.releases.hashicorp.com focal main" # Terraform
|
- "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
|
# First-party PPAs
|
||||||
- "ppa:jackmacwindows/ppa" # CraftOS-PC 2
|
- "ppa:jackmacwindows/ppa" # CraftOS-PC 2
|
||||||
- "ppa:phoerious/keepassxc" # KeepassXC
|
- "ppa:phoerious/keepassxc" # KeepassXC
|
||||||
@ -90,6 +92,7 @@ desktop_apt_packages:
|
|||||||
# DE
|
# DE
|
||||||
- papirus-icon-theme # Fancy paper icon theme
|
- papirus-icon-theme # Fancy paper icon theme
|
||||||
# Applications
|
# Applications
|
||||||
|
- ardour # The one DAW that exists I guess
|
||||||
- audacity # Audio recording and editing tool
|
- audacity # Audio recording and editing tool
|
||||||
- chromium-browser # Nice to have an alternative browser, even if it's trash
|
- chromium-browser # Nice to have an alternative browser, even if it's trash
|
||||||
- clonezilla # Gotta make them clones
|
- clonezilla # Gotta make them clones
|
||||||
|
Loading…
Reference in New Issue
Block a user