1
0
mirror of https://github.com/gjkcz/ansible-void.git synced 2025-06-20 03:10:35 +02:00

Initial commit

This commit is contained in:
2023-04-29 19:51:14 +02:00
commit d88ed5f3d2
16 changed files with 432 additions and 0 deletions

61
group_vars/all.yaml Normal file
View File

@ -0,0 +1,61 @@
---
timeout_blank: 1800
timeout_lock: 30
grub_timeout: 5
ssh_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEm981GRiUIsp8e4bTDv+d9SyHfQ8P18W5oovgmAfnip em@x210
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDqmyaaIqRU9hx8PxRnIqe/pRANIxrEEscuMWrHZF1yh snowflake@flakeX230
xbps_install:
# General
- htop
- screen
- tmux
- vim
- nano
- curl
- wget
# Software development
- git
- gcc
- guile
- valgrind
- emacs
- vscode
- arduino
- arduino-cli
- idle-python3
# Web Browsers
- firefox
# Documents
- libreoffice
- texstudio
- texlive-bin
# Multimedia
- ffmpeg
- celluloid
- audacity
- gimp
- inkscape
- kdenlive
- shotcut
- krita
- mypaint
# CAD
- freecad
- openscad
- PrusaSlicer
# Databases
- sqlitebrowser
# Fun & games
- neofetch
- sl
- cowsay
- ponysay
- figlet
- asciiquarium
- cbonsai
- cmatrix
# - openarena
xbps_remove:

2
group_vars/pom.yaml Normal file
View File

@ -0,0 +1,2 @@
---
grub_timeout: 8

3
group_vars/teachers.yml Normal file
View File

@ -0,0 +1,3 @@
---
timeout_blank: 1800
timeout_lock: 10