18 lines
260 B
YAML
18 lines
260 B
YAML
---
|
|
- name: Setup work environment
|
|
hosts: localhost
|
|
connection: local
|
|
roles:
|
|
- base
|
|
- bash
|
|
- sudoers
|
|
- git-summary
|
|
- etckeeper
|
|
- pass
|
|
- ssh-agent
|
|
- i3
|
|
- neovim
|
|
- profanity
|
|
- neomutt
|
|
- terminator
|
|
- tmux
|