add tags for roles in ansible/dev.yml

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-10-21 15:56:34 +02:00
parent 797c43e2ad
commit a5d61c7202
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
- name: Configure MongoDB dev cluster
hosts: db.dev
roles:
- mongodb-firewall
- mongodb-setup
- mongodb-backups
- { role: mongodb-firewall, tags: mongodb-firewall }
- { role: mongodb-setup, tags: mongodb-setup }
- { role: mongodb-backups, tags: mongodb-backups }
post_tasks:
- name: MongoDB URI string
debug: