mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Split workstation profiles for Linux and Windows WSL
This commit is contained in:
20
ansible/inventory/group_vars/workstation_host_windows.yml
Normal file
20
ansible/inventory/group_vars/workstation_host_windows.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
ansible_connection: psrp
|
||||
ansible_psrp_auth: negotiate
|
||||
ansible_psrp_cert_validation: ignore
|
||||
ansible_psrp_protocol: http
|
||||
ansible_port: 5985
|
||||
ansible_shell_type: powershell
|
||||
|
||||
windows_winget_packages:
|
||||
- id: Microsoft.VisualStudioCode
|
||||
name: Visual Studio Code
|
||||
- id: Microsoft.WindowsTerminal
|
||||
name: Windows Terminal
|
||||
|
||||
windows_vscode_extensions:
|
||||
- ms-vscode-remote.remote-containers
|
||||
- ms-vscode-remote.remote-ssh
|
||||
- ms-vscode-remote.remote-wsl
|
||||
|
||||
windows_wsl_distribution_name: Ubuntu
|
||||
Reference in New Issue
Block a user