diff options
author | Monty Taylor <mordred@inaugust.com> | 2017-11-05 13:24:37 +1100 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2017-11-05 17:07:06 +1100 |
commit | 4ac60cf090af9618bd52b4b30cac4ee31b5d5967 (patch) | |
tree | 7dda33747456c3b806d25c4318bef9b717f8aa3e /src/three-minute-demo/templates | |
parent | 2f5dfc495113c6dadf66fc7d5d395f90118514ca (diff) |
Add ansible playbooks for 3 minute multi-cloud demo
Diffstat (limited to 'src/three-minute-demo/templates')
-rw-r--r-- | src/three-minute-demo/templates/setup.json.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/three-minute-demo/templates/setup.json.j2 b/src/three-minute-demo/templates/setup.json.j2 new file mode 100644 index 0000000..1f6e6ab --- /dev/null +++ b/src/three-minute-demo/templates/setup.json.j2 | |||
@@ -0,0 +1 @@ | |||
{{ hostvars[inventory_hostname]|to_json }} | |||