Compare commits

...

2 Commits

Author SHA1 Message Date
cec0a5c3f8 Add Ardour to desktops 2021-10-25 19:37:40 -05:00
7bbc291cf8 Edit hostnames on workstations to reflect their actual ones 2021-10-25 19:10:25 -05:00
2 changed files with 6 additions and 3 deletions

View File

@ -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
@ -19,7 +19,7 @@
tags: [ desktop, udev ] tags: [ desktop, udev ]
- role: pulseaudio - role: pulseaudio
tags: [ desktop, pulse, pulseaudio ] tags: [ desktop, pulse, pulseaudio ]
- hosts: lap-s76-lemp9-1.ws.desu.ltd - hosts: lap-s76-lemp9-1.ws.mgmt.desu.ltd
roles: roles:
- role: backup - role: backup
vars: vars:
@ -61,7 +61,7 @@
tags: [ desktop, desktop-role ] tags: [ desktop, desktop-role ]
- role: grub - role: grub
tags: [ desktop, grub ] tags: [ desktop, grub ]
- hosts: dsk-ryzen-1.ws.desu.ltd - hosts: dsk-ryzen-1.ws.mgmt.desu.ltd
roles: roles:
- role: backup - role: backup
vars: vars:

View File

@ -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