hubs-ops/ansible/migrate_db.yml

10 строки
136 B
YAML

---
- hosts: all
gather_facts: true
become: true
become_user: "root"
connection: "{{ connection }}"
roles:
- role: migrate