Add tags for selective role execution
This commit is contained in:
parent
4424ad8877
commit
bef5897fe0
1 changed files with 5 additions and 0 deletions
|
@ -2,7 +2,12 @@
|
|||
- hosts: lime2
|
||||
roles:
|
||||
- role: common
|
||||
tags: [mail, gitea, 2px, tunuifranken]
|
||||
- role: mail
|
||||
tags: mail
|
||||
- role: gitea
|
||||
tags: gitea
|
||||
- role: 2px
|
||||
tags: 2px
|
||||
- role: tunuifranken
|
||||
tags: tunuifranken
|
||||
|
|
Loading…
Reference in a new issue