-
-
Save consoledotblog/378ed2b5b5cd96b3758a to your computer and use it in GitHub Desktop.
Ansible Inventory File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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