toansible: Add tags for roles
This commit is contained in:
parent
f902fc122f
commit
d0695115cd
1 changed files with 18 additions and 8 deletions
26
playbook.yml
26
playbook.yml
|
@ -2,11 +2,21 @@
|
|||
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- base
|
||||
- kitty
|
||||
- terminator
|
||||
- neovim
|
||||
- ssh-agent
|
||||
- pacman.conf
|
||||
- firefox
|
||||
- tor
|
||||
- role: base
|
||||
tags: base
|
||||
- role: bash
|
||||
tags: bash
|
||||
- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue