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
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- base
|
- role: base
|
||||||
- kitty
|
tags: base
|
||||||
- terminator
|
- role: bash
|
||||||
- neovim
|
tags: bash
|
||||||
- ssh-agent
|
- role: kitty
|
||||||
- pacman.conf
|
tags: kitty
|
||||||
- firefox
|
- role: terminator
|
||||||
- tor
|
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