28 lines
489 B
YAML
28 lines
489 B
YAML
---
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
- role: base
|
|
tags: base
|
|
- role: git
|
|
tags: git
|
|
- role: bash
|
|
tags: bash
|
|
- role: zsh
|
|
tags: zsh
|
|
- role: kitty
|
|
tags: kitty
|
|
- role: terminator
|
|
tags: terminator
|
|
- role: neovim
|
|
tags: neovim
|
|
- role: ssh-agent
|
|
tags: ssh-agent
|
|
- role: pacman.conf
|
|
tags: pacman.conf
|
|
- role: firefox
|
|
tags: firefox
|
|
- role: tor
|
|
tags: tor
|
|
- role: sudoers
|
|
tags: sudoers
|