blob: ca71d61fdc9158ae877f812085487bf7b1546051 [file] [log] [blame]
Gary Wu950a3232019-03-26 13:08:29 -07001outputs:
Gary Wu0bc69832019-03-27 13:58:46 -07002 docker_proxy:
3 value: { get_param: docker_proxy }
4
Gary Wu950a3232019-03-26 13:08:29 -07005 rancher_vm_ip:
6 description: The IP address of the rancher instance
7 value: { get_attr: [rancher_floating_ip, floating_ip_address] }
8
Gary Wu4d483602019-06-07 14:11:53 -07009 rancher_vm_private_ip:
10 description: The private IP address of the rancher instance
11 value: { get_attr: [rancher_floating_ip, fixed_ip_address] }
12