Upgrade to Debian 12, with minor updates

- Upgraded project to Debian 12
- .vscode added to .gitignore
- LICENSE formatting updated
- Copyright refreshed for 2023
- Added Libvirt settings
- Refactored packages to inventory-specific
- Committed missing autostart-scripts
This commit is contained in:
2023-06-13 01:04:39 -04:00
parent 8228b78c4c
commit b3e232451c
11 changed files with 102 additions and 37 deletions

View File

@@ -1,8 +1,9 @@
homedir: "/home/{{ item.name }}"
# Follows homelab package list:
# https://github.com/krislamo/moxie/blob/master/roles/base/defaults/main.yml
moxie_packages:
# https://github.com/krislamo/homelab/blob/main/roles/base/defaults/main.yml#L5
homelab_packages:
- apache2-utils
- cryptsetup
- curl
- dnsutils
@@ -19,8 +20,4 @@ moxie_packages:
- wget
packages:
- "{{ moxie_packages }}"
- firefox-esr
- meld
- remmina
- terminator
- "{{ homelab_packages }}"