Migration Analytics
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Migration Analytics
As a: Migration Engineer
I want to: perform discovery and migration analytics
So that: I can migrate my environment.
Using the role
Using the role in a playbook
--- - name: Install migration-analytics hosts: all tasks: - name: migration-analytics is configured import_role: name: devopstoolbox.migration-analytics vars: migration-analytics_enable_service: true tags: migration-analytics
# Install the role ansible-galaxy install devopstoolbox.migration-analytics # Run the playbook ansible-playbook migration-analytics-playbook.yml
Last update: 2020-02-09