mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 15:59:56 +00:00
Split workstation profiles for Linux and Windows WSL
This commit is contained in:
17
ansible/inventory/group_vars/workstation_dev_wsl.yml
Normal file
17
ansible/inventory/group_vars/workstation_dev_wsl.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
enabled_services:
|
||||
- docker
|
||||
|
||||
workstation_dev_wsl_packages: []
|
||||
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: []
|
||||
workstation_wsl_systemd_enabled: true
|
||||
Reference in New Issue
Block a user