Split out CLI from Windows in to WindowsCLI playbook
This commit is contained in:
parent
471a358321
commit
6089961e36
@ -1,29 +1,9 @@
|
||||
---
|
||||
- import_playbook: WindowsCLI.yaml
|
||||
- hosts: windows
|
||||
vars_files:
|
||||
- vars/environment.yaml
|
||||
roles:
|
||||
- role: python
|
||||
- role: git
|
||||
- role: powershell
|
||||
- role: neovim
|
||||
- role: system-info
|
||||
|
||||
- role: ag
|
||||
- role: bat
|
||||
- role: curl
|
||||
- role: fd
|
||||
- role: fzf
|
||||
- role: gh
|
||||
- role: glab
|
||||
- role: jq
|
||||
- role: ripgrep
|
||||
- role: tree
|
||||
- role: yq
|
||||
|
||||
- role: llvm
|
||||
- role: nodejs
|
||||
|
||||
- role: 1password
|
||||
- role: autohotkey
|
||||
- role: cider
|
||||
@ -33,3 +13,4 @@
|
||||
- role: obsidian
|
||||
- role: powertoys
|
||||
- role: windows-terminal
|
||||
# TODO: wezterm
|
||||
|
26
playbooks/WindowsCLI.yaml
Normal file
26
playbooks/WindowsCLI.yaml
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
- hosts: windows
|
||||
vars_files:
|
||||
- vars/environment.yaml
|
||||
roles:
|
||||
- role: scoop
|
||||
- role: python
|
||||
- role: git
|
||||
- role: powershell
|
||||
- role: neovim
|
||||
- role: system-info
|
||||
|
||||
- role: ag
|
||||
- role: bat
|
||||
- role: curl
|
||||
- role: fd
|
||||
- role: fzf
|
||||
- role: gh
|
||||
- role: glab
|
||||
- role: jq
|
||||
- role: ripgrep
|
||||
- role: tree
|
||||
- role: yq
|
||||
|
||||
- role: llvm
|
||||
- role: nodejs
|
Loading…
x
Reference in New Issue
Block a user