Split out CLI from Windows in to WindowsCLI playbook

This commit is contained in:
Kenneth Benzie 2024-08-09 21:04:55 +01:00
parent 471a358321
commit 6089961e36
2 changed files with 28 additions and 21 deletions

View File

@ -1,29 +1,9 @@
--- ---
- import_playbook: WindowsCLI.yaml
- hosts: windows - hosts: windows
vars_files: vars_files:
- vars/environment.yaml - vars/environment.yaml
roles: 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: 1password
- role: autohotkey - role: autohotkey
- role: cider - role: cider
@ -33,3 +13,4 @@
- role: obsidian - role: obsidian
- role: powertoys - role: powertoys
- role: windows-terminal - role: windows-terminal
# TODO: wezterm

26
playbooks/WindowsCLI.yaml Normal file
View 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