Use shorthand notation for taggin roles
This commit is contained in:
parent
c487486fda
commit
149cc0c22e
1 changed files with 18 additions and 36 deletions
54
playbook.yml
54
playbook.yml
|
@ -1,39 +1,21 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: base
|
||||
tags: base
|
||||
- role: bash
|
||||
tags: bash
|
||||
- role: zsh
|
||||
tags: zsh
|
||||
- role: git-summary
|
||||
tags: git-summary
|
||||
- role: i3
|
||||
tags: i3
|
||||
- role: kitty
|
||||
tags: kitty
|
||||
- role: pass
|
||||
tags: pass
|
||||
- role: keepass
|
||||
tags: keepass
|
||||
- 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
|
||||
- role: lilypond
|
||||
tags: lilypond
|
||||
- role: latex
|
||||
tags: latex
|
||||
- role: protonvpn
|
||||
tags: protonvpn
|
||||
- { role: base, tags: base }
|
||||
- { role: bash, tags: bash }
|
||||
- { role: zsh, tags: zsh }
|
||||
- { role: git-summary, tags: git-summary }
|
||||
- { role: i3, tags: i3 }
|
||||
- { role: kitty, tags: kitty }
|
||||
- { role: pass, tags: pass }
|
||||
- { role: keepass, tags: keepass }
|
||||
- { role: terminator, tags: terminator }
|
||||
- { role: neovim, tags: [neovim, nvim] }
|
||||
- { role: ssh-agent, tags: ssh-agent }
|
||||
- { role: pacman.conf, tags: pacman.conf }
|
||||
- { role: firefox, tags: firefox }
|
||||
- { role: tor, tags: tor }
|
||||
- { role: sudoers, tags: sudoers }
|
||||
- { role: lilypond, tags: lilypond }
|
||||
- { role: latex, tags: latex }
|
||||
- { role: protonvpn, tags: protonvpn }
|
||||
|
|
Loading…
Add table
Reference in a new issue