Skip to content

Instantly share code, notes, and snippets.

@matthewcosgrove
Last active February 4, 2021 22:39
Show Gist options
  • Save matthewcosgrove/9f123d20e2b7438b3d0b58baed69d1f2 to your computer and use it in GitHub Desktop.
Save matthewcosgrove/9f123d20e2b7438b3d0b58baed69d1f2 to your computer and use it in GitHub Desktop.
#@ load("@ytt:data", "data")
all:
hosts: #@ data.values
vars:
ansible_connection: local
#@data/values
---
id1:
ip: val1
other: val2
id2:
ip: val1
other: val2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment