Skip to content

Instantly share code, notes, and snippets.

@lanky
Created October 3, 2016 15:05
Show Gist options
  • Select an option

  • Save lanky/bf04e02089ba669527fa9ea7c059eca9 to your computer and use it in GitHub Desktop.

Select an option

Save lanky/bf04e02089ba669527fa9ea7c059eca9 to your computer and use it in GitHub Desktop.
static_hosts:
- host: test1
- ip: 192.168.1.2
- ip: 192.168.1.2
- ip: 192.168.1.2
- host: test2
- ip: 127.0.0.1
- ip: 127.1.0.1
- ip: 127.1.0.2
- ip: 127.1.0.3
this instead?
static_hosts:
- host: test1
ips:
- 192.168.1.1
- 192.168.1.2
- 192.168.1.3
etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment