Skip to content

Instantly share code, notes, and snippets.

@pb8226
Last active October 26, 2015 22:45
Show Gist options
  • Save pb8226/859ff423b8e48f07a746 to your computer and use it in GitHub Desktop.
Save pb8226/859ff423b8e48f07a746 to your computer and use it in GitHub Desktop.
Ansible Inventory File
[webservers]
localhost
[webservers:vars]
rackspace_image=project-name-$bamboo_buildResultKey
server_name=nodejs-AU-PSQA.cmx-
load_balancer_name=AT-PSQA-AU
instances_count=1
rackspace_private_key_path=/home/bamboo/RackSpacePrivateKey.pk
rackspace_region=IAD
[old_web_servers:vars]
rackspace_region=IAD
[new_webservers:vars]
rackspace_region=IAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment