Skip to content

Instantly share code, notes, and snippets.

@arturmartins
Created July 22, 2015 15:10
Show Gist options
  • Save arturmartins/3b121a26806ba45aade9 to your computer and use it in GitHub Desktop.
Save arturmartins/3b121a26806ba45aade9 to your computer and use it in GitHub Desktop.
Created Linode server ansible : variable output
ok: [localhost] => {
"var": {
"linode": {
"changed": true,
"instance": {
"fqdn": "liXXXXXX.members.linode.com",
"id": LINODE_ID,
"ipv4": "LINODE_PUBLIC_IP",
"name": "LINODE_NAME",
"private": [],
"public": [
{
"fqdn": "liXXXXXX.members.linode.com",
"ip_id": LINODE_ID,
"ipv4": "LINODE_PUBLIC_IP"
}
],
"status": "Running"
},
"invocation": {
"module_args": "",
"module_name": "linode"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment