add tags for roles in ansible/dev.yml
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
797c43e2ad
commit
a5d61c7202
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue