IMS - Infrastructure Migration Solution (RHV)

Document Control

TODO:

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

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

User Story: IMS

As a: UNIX and Linux system administrator

I want to: migrate workload to RHV

So that: I can bring workload from VMware to RHV.

Using the role

Using the role in a playbook
---
- name: Install ims
  hosts: all

  tasks:
    - name: ims is configured
      import_role:
        name: devopstoolbox.ims
      vars:
        ims_enable_service: true
      tags: ims
# Install the role
ansible-galaxy install devopstoolbox.ims

# Run the playbook
ansible-playbook ims-playbook.yml

Last update: 2020-02-09