Creating servers

The OpenStack compute service provides an API for creating, reading, updating, and deleting of virtual machine servers. Through this API, we'll be able to create the server for our demonstration. After accessing and modifying the server through SSH, we'll also use the API to delete the server. This self-service ability is a key feature of cloud computing.

Ansible can be used to manage these servers by using the various os_server modules: