Prepare target VM

The following example will use an Ansible Playbook which will be executed on a Virtual Machine. Ansible uses SSH on Linux and WinRM on Windows to access the remote machine and therefore the VM has to be powered on.

You might have started the VM before, if you already completed other parts of this lab. In this case, just make sure it’s still running.

Power on VM

The following steps will power on a Virtual Machine which we later use as the target for the Ansible Playbook.

  • Navigate to Compute -> Infrastructure -> Virtual Machines.

  • Tiles represent the Virtual Machines. Note that the VM “cfme008” is powered off.

  • Click on the tile icon “cfme008” to see the VM details.

  • Click Power -> Power On to power on the Virtual Machine.

  • CloudForms will perform this action in the background and it will take a few minutes to complete. Click on the reload icon in the menu bar to reload the screen.

Verify the “Power State” of the Virtual Machine has changed to “on” before you proceed with the next steps of the lab.

The VM should also report an IP address in the 192.168.0.0/24 network.

Now our test VM is up and running and we can proceed with the next steps.