DevOps sync (2026-05-21): - Remove onlyoffice-desktopeditors from absent list (actively used) - Add gnome-keyring, rbw to common role (secrets migration) - Add perl-image-exiftool, icoutils, innoextract-git to dev-tools (Windows installer inspection) - Create fonts role: Inter, Cascadia Code, Fira, Source Sans, TeX Gyre - Create pdf role: zathura, zathura-pdf-mupdf, python-weasyprint - Register new roles in workstation.yml PDF comparison: - Add pdf-comparison docs with Quarto/Typst/Pandoc outputs - Add batch-pdf.sh script - Update yazi-cheatsheet.md - Ignore .quarto/ cache
23 lines
415 B
YAML
23 lines
415 B
YAML
---
|
|
- name: Configure mw-pfeddersheim-workstation
|
|
hosts: localhost
|
|
connection: local
|
|
become: true
|
|
vars_files:
|
|
- vars/main.yml
|
|
- vars/secrets.yml
|
|
|
|
roles:
|
|
- role: system-upgrade
|
|
tags: [system-upgrade]
|
|
when: os_type == 'archlinux'
|
|
- common
|
|
- dev-tools
|
|
- maintenance
|
|
- fonts
|
|
- pdf
|
|
- role: hyprland
|
|
tags: [hyprland]
|
|
- role: greetd
|
|
tags: [greetd]
|