mirror of
https://github.com/fscotto/infra.git
synced 2026-07-29 16:20:01 +00:00
Rimuove completamente i due host non più in uso dal playbook: - inventory: gruppi ubuntu_workstation, workstation_dev_ubuntu, workstation_host_windows e relative entry host - host_vars deadalus-ubuntu/deadalus-win e group_vars windows - play workstation_dev_ubuntu e workstation_host_windows in site.yml - ruolo profile_workstation_host_windows e bootstrap PowerShell - var PSRP nel vault.yml.example, pacchetti python pypsrp/pyspnego WSL - collection ansible.windows/community.windows - riferimenti nella documentazione (README/AGENTS/CLAUDE) Workstation Linux nativa: resta solo deadalus-fedora. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
28 lines
590 B
YAML
28 lines
590 B
YAML
---
|
|
enabled_services:
|
|
- docker
|
|
|
|
workstation_dev_wsl_packages:
|
|
- lazygit
|
|
- pinentry-curses
|
|
- python3-pip
|
|
workstation_dev_wsl_excluded_packages:
|
|
- pcscd
|
|
- pinentry-gnome3
|
|
- podman
|
|
- podman-compose
|
|
- ufw
|
|
- yubikey-manager
|
|
workstation_is_wsl: true
|
|
workstation_manage_google_chrome: false
|
|
workstation_removed_snap_packages: []
|
|
workstation_snap_packages:
|
|
- name: glab
|
|
classic: true
|
|
workstation_dev_wsl_python_packages: []
|
|
workstation_wsl_systemd_enabled: true
|
|
workstation_dev_wsl_dotfiles:
|
|
- src: .gnupg/gpg-agent.conf
|
|
dest: .gnupg/gpg-agent.conf
|
|
mode: "0600"
|