chore: allow for skipping roles by tag
This commit is contained in:
parent
8916e90050
commit
95fb71cf1a
40
main.yaml
40
main.yaml
|
@ -1,21 +1,25 @@
|
||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- alacritty
|
- role: alacritty
|
||||||
- ctop
|
tags:
|
||||||
- dconf
|
- "skip-if-wsl"
|
||||||
- docker
|
- role: ctop
|
||||||
- firefox
|
- role: dconf
|
||||||
- fzf
|
- role: docker
|
||||||
- git
|
- role: firefox
|
||||||
- htop
|
tags:
|
||||||
- lazydocker
|
- "skip-if-wsl"
|
||||||
- lazygit
|
- role: fzf
|
||||||
- neovim
|
- role: git
|
||||||
- nnn
|
- role: htop
|
||||||
- pv
|
- role: lazydocker
|
||||||
- rename
|
- role: lazygit
|
||||||
- ripgrep
|
- role: neovim
|
||||||
- tmux
|
- role: nnn
|
||||||
- zsh
|
- role: pv
|
||||||
- zsh-antigen
|
- role: rename
|
||||||
|
- role: ripgrep
|
||||||
|
- role: tmux
|
||||||
|
- role: zsh
|
||||||
|
- role: zsh-antigen
|
||||||
|
|
Loading…
Reference in a new issue