Ansible - Getting a list of IP addresses for a specific group
Posted on Sat 22 October 2016 in Computing • Tagged with linux, ansible
Posted on Sat 22 October 2016 in Computing • Tagged with linux, ansible
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 …
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 …