33 lines
499 B
YAML
33 lines
499 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: sudo
|
|
when: ansible_user_id != "root"
|
|
- role: python
|
|
|
|
- role: zsh
|
|
- role: neovim
|
|
- role: tmux
|
|
|
|
- role: ag
|
|
- role: bash
|
|
- role: bat
|
|
- role: curl
|
|
- role: editline
|
|
- role: fzf
|
|
- role: gh
|
|
- role: git
|
|
- role: glab
|
|
- role: htop
|
|
- role: jp
|
|
- role: jq
|
|
- role: readline
|
|
- role: tidy
|
|
- role: tree
|
|
- role: watch
|
|
- role: wget
|
|
- role: yq
|
|
|
|
- role: llvm
|
|
- role: nodejs
|