Getting Started With Ansible and Rackspace P2

Posted on Thu 01 October 2015 in Computing • Tagged with ansible, rackspace

Introduction

In this post a simple playbook is demonstrated to provision a pseudo DC in Rackspace.

Following on from the previous post, a parametrised playbook is created to:

-  Install a keypair from a file - Create a management network - Create a domain name

This playbook will likely only be run once …


Continue reading

Getting Started With Ansible and Rackspace P1

Posted on Thu 01 October 2015 in Computing • Tagged with ansible, rackspace

Introduction

The easiest way to play with an ansible module is from the command line.  This post demonstrates some of the Rackspace modules.

Setup

I started by creating my credentials file and setting the environmental RAX_CREDS_FILE to point to it.  As I was running pyrax from a Python virtual environment …


Continue reading