Skip to content

Instantly share code, notes, and snippets.

@zehicle
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zehicle/ceabeac5335b5ebcc9e8 to your computer and use it in GitHub Desktop.
Save zehicle/ceabeac5335b5ebcc9e8 to your computer and use it in GitHub Desktop.
{
"ansible_ssh_user":"root",
"ansible_ssh_port":22,
"system":{
"hosts":[
"node7.cr0wbar.com",
"node6.cr0wbar.com",
"node5.cr0wbar.com",
"node4.cr0wbar.com",
"node3.cr0wbar.com",
"node2.cr0wbar.com",
"node1.cr0wbar.com"
],
"vars":{
"networks":[
"bmc",
"admin"
],
"roles":[
"consul",
"dns-service",
"ntp-service",
"proxy-service",
"provisioner-service",
"dns-mgmt_service",
"crowbar-api_service",
"crowbar-job_runner_service",
"test-admin",
"test-discovery",
"network-server",
"network-admin",
"crowbar-access",
"chef-server",
"chef-client",
"dns-client",
"ntp-client",
"logging-server",
"proxy-client",
"crowbar-build-root-key",
"provisioner-server",
"network-lldpd",
"logging-client",
"provisioner-base-images",
"provisioner-repos",
"deployer-client",
"ipmi-discover",
"crowbar-managed-node",
"crowbar-hardware-configured",
"provisioner-os-install",
"crowbar-installed-node",
"ipmi-master",
"crowbar-admin-node",
"bios-discover"
]
},
"children":[
"Prod",
"Dev"
]
},
"Dev":{
"hosts":[
],
"vars":{
"networks":[
],
"roles":[
]
}
},
"Prod":{
"hosts":[
],
"vars":{
"networks":[
],
"roles":[
]
}
},
"_meta":{
"hostvars":{
"system-phantom.internal.local":{
"alive":true,
"available":true,
"state":"error",
"os":"unknown",
"cpu_count":-1,
"memory":1,
"number_of_drives":0
},
"node6.cr0wbar.com":{
"alive":true,
"available":true,
"state":"todo",
"os":"bddsimulator",
"cpu_count":2,
"memory":"4049448kB",
"number_of_drives":1
},
"admin.bddtesting.com":{
"alive":true,
"available":true,
"state":"todo",
"os":"unknown",
"cpu_count":-1,
"memory":1,
"number_of_drives":0,
"network.admin.host-v6":"fc75:68db:65b1:1:dcc4:c3b2:c8f4:8829/64",
"network.admin.admin":"192.168.124.10/24"
},
"node7.cr0wbar.com":{
"alive":true,
"available":true,
"state":"todo",
"os":"bddsimulator",
"cpu_count":2,
"memory":"4049448kB",
"number_of_drives":1
},
"dev-phantom.internal.local":{
"alive":true,
"available":false,
"state":"active",
"os":"unknown",
"cpu_count":-1,
"memory":1,
"number_of_drives":0
},
"prod-phantom.internal.local":{
"alive":true,
"available":false,
"state":"active",
"os":"unknown",
"cpu_count":-1,
"memory":1,
"number_of_drives":0
},
"sim.cr0wbar.com":{
"alive":true,
"available":true,
"state":"todo",
"os":"unknown",
"cpu_count":-1,
"memory":1,
"number_of_drives":0,
"network.admin.host-v6":"fc75:68db:65b1:1:fae4:348a:c175:1e9/64",
"network.admin.admin":"192.168.124.11/24"
},
"node1.cr0wbar.com":{
"alive":true,
"available":true,
"state":"todo",
"os":"bddsimulator",
"cpu_count":2,
"memory":"4049448kB",
"number_of_drives":1
},
"node2.cr0wbar.com":{
"alive":true,
"available":true,
"state":"todo",
"os":"bddsimulator",
"cpu_count":2,
"memory":"4049448kB",
"number_of_drives":1
},
"node3.cr0wbar.com":{
"alive":true,
"available":true,
"state":"todo",
"os":"bddsimulator",
"cpu_count":2,
"memory":"4049448kB",
"number_of_drives":1
},
"node4.cr0wbar.com":{
"alive":true,
"available":true,
"state":"todo",
"os":"bddsimulator",
"cpu_count":2,
"memory":"4049448kB",
"number_of_drives":1
},
"node5.cr0wbar.com":{
"alive":true,
"available":true,
"state":"todo",
"os":"bddsimulator",
"cpu_count":2,
"memory":"4049448kB",
"number_of_drives":1
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment