hubs-ops/ansible/migrate_db.yml

10 строки
136 B
YAML
Исходник Обычный вид История

---
- hosts: all
2019-02-01 10:36:05 +03:00
gather_facts: true
become: true
2019-02-01 10:36:05 +03:00
become_user: "root"
connection: "{{ connection }}"
roles:
- role: migrate