-
app-jenkins authored04f9858c
mongo_backup.yml 327 B
---
- hosts: hosts_vitamui_mongod
tasks:
- debug:
msg: "{{mongo_backup_reinstall}}"
- name: Pass variables to role
include_role:
name: mongo_backup
vars:
db: "{{ item.db }}"
collections: "{{ item.collections }}"
with_items:
- "{{ mongo_backup_reinstall }}"