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