Created
January 11, 2017 16:14
-
-
Save ffrank/d02240cdad078ff662b359958d76ca1f to your computer and use it in GitHub Desktop.
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] => { | |
"changed": false, | |
"floating_ip": { | |
"attached": true, | |
"fixed_ip_address": "192.168.1.18", | |
"floating_ip_address": "10.96.214.57", | |
"floating_network_id": "c44fdb62-8071-44b7-8e9e-c470ba8e30d4", | |
"id": "54c20d20-8193-414b-835e-ff483449ee98", | |
"network": "c44fdb62-8071-44b7-8e9e-c470ba8e30d4", | |
"port_id": "8aad20ab-c7ac-4a45-8916-9c742d3d3784", | |
"router_id": "14e83aa2-14ca-46ae-97a0-e875ba8a454a", | |
"status": "ACTIVE" | |
}, | |
"invocation": { | |
"module_args": { | |
"api_timeout": null, | |
"auth": null, | |
"auth_type": null, | |
"availability_zone": null, | |
"cacert": null, | |
"cert": null, | |
"cloud": "cloud10", | |
"endpoint_type": "public", | |
"fixed_address": "192.168.2.2", | |
"floating_ip_address": "84.84.84.84", # <- this is consored | |
"key": null, | |
"network": "", | |
"purge": false, | |
"region_name": null, | |
"reuse": false, | |
"server": "d9cf0f0b-becf-4adc-87cd-38a7147daa4b", | |
"state": "present", | |
"timeout": 60, | |
"verify": true, | |
"wait": false | |
}, | |
"module_name": "os_floating_ip" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment