Change i3 vars to defaults, to override in work.yml
This commit is contained in:
parent
f78c0040a0
commit
04fcd3b1d2
2 changed files with 15 additions and 13 deletions
28
work.yml
28
work.yml
|
@ -3,16 +3,18 @@
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
roles:
|
roles:
|
||||||
- base
|
- role: base
|
||||||
- bash
|
- role: bash
|
||||||
- sudoers
|
- role: sudoers
|
||||||
- git-summary
|
- role: git-summary
|
||||||
- etckeeper
|
- role: etckeeper
|
||||||
- pass
|
- role: pass
|
||||||
- ssh-agent
|
- role: ssh-agent
|
||||||
- i3
|
- role: i3
|
||||||
- neovim
|
vars:
|
||||||
- profanity
|
wallpaper_type: xkcd
|
||||||
- neomutt
|
- role: neovim
|
||||||
- terminator
|
- role: profanity
|
||||||
- tmux
|
- role: neomutt
|
||||||
|
- role: terminator
|
||||||
|
- role: tmux
|
||||||
|
|
Loading…
Add table
Reference in a new issue