Migration Planning Guide

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Migration Planning Guide

As a: UNIX and Linux system administrator

I want to:

  • feature 1
  • feature 2

So that: benefit

Using the role

Using the role in a playbook
---
- name: Install migration-planning-guide
  hosts: all

  tasks:
    - name: migration-planning-guide is configured
      import_role:
        name: devopstoolbox.migration-planning-guide
      vars:
        migration-planning-guide_enable_service: true
      tags: migration-planning-guide
# Install the role
ansible-galaxy install devopstoolbox.migration-planning-guide

# Run the playbook
ansible-playbook migration-planning-guide-playbook.yml

Last update: 2020-02-09