Role-tags for other playbooks
This commit is contained in:
parent
ecf68bd0cf
commit
d8efc9cb12
4 changed files with 7 additions and 7 deletions
|
@ -3,4 +3,4 @@
|
|||
- hosts: debian
|
||||
gather_facts: true
|
||||
roles:
|
||||
- common
|
||||
- { role: "common", tags: [ "common" ] }
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
- hosts: fotos
|
||||
roles:
|
||||
- common
|
||||
- photos
|
||||
- { role: "common", tags: [ "common" ] }
|
||||
- { role: "photos", tags: [ "photos" ] }
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
- hosts: git-ci
|
||||
roles:
|
||||
- common
|
||||
- git-ci
|
||||
- { role: "common", tags: [ "common" ] }
|
||||
- { role: "git-ci", tags: [ "git-ci" ] }
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
- hosts: services
|
||||
roles:
|
||||
- common
|
||||
- services
|
||||
- { role: "common", tags: [ "common" ] }
|
||||
- { role: "services", tags: [ "services" ] }
|
||||
|
|
Loading…
Add table
Reference in a new issue