Skip to content

Instantly share code, notes, and snippets.

@consoledotblog
Forked from pb8226/ansible-inventory.ini
Created October 26, 2015 22:45
Show Gist options
  • Save consoledotblog/378ed2b5b5cd96b3758a to your computer and use it in GitHub Desktop.
Save consoledotblog/378ed2b5b5cd96b3758a 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