Created
July 22, 2015 15:10
-
-
Save arturmartins/3b121a26806ba45aade9 to your computer and use it in GitHub Desktop.
Created Linode server ansible : variable output
This file contains 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
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