Skip to content

Instantly share code, notes, and snippets.

@kaz-tk
Created October 6, 2014 15:00
Show Gist options
  • Save kaz-tk/be31ec321d27760cf3d2 to your computer and use it in GitHub Desktop.
Save kaz-tk/be31ec321d27760cf3d2 to your computer and use it in GitHub Desktop.
list:
- foo1: bar1
- foo2: bar2
- foo1: bar3
- foo3: bar4
↓↓↓↓↓↓↓↓
list:
- foo1: bar1
- foo1: bar3
@ojos
Copy link

ojos commented Oct 6, 2014

results:

  • public_ip: "xxx.xxx.xxx.xx1"
  • public_ip: "xxx.xxx.xxx.xx2"
  • public_ip: "xxx.xxx.xxx.xx3"
  • public_ip: "xxx.xxx.xxx.xx4"

↓↓↓↓↓↓↓↓

public_ips:

  • "xxx.xxx.xxx.xx1"
  • "xxx.xxx.xxx.xx2"
  • "xxx.xxx.xxx.xx3"
  • "xxx.xxx.xxx.xx4"

↓↓↓↓↓↓↓↓

xxx.xxx.xxx.xx1,xxx.xxx.xxx.xx2,xxx.xxx.xxx.xx3,xxx.xxx.xxx.xx4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment