Skip to content

Instantly share code, notes, and snippets.

@akatch
Created September 6, 2017 20:39
Show Gist options
  • Save akatch/09c06019cfacfc2355e1494f9bef1265 to your computer and use it in GitHub Desktop.
Save akatch/09c06019cfacfc2355e1494f9bef1265 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
vars:
foo: |
begin key file
end key file
bar: |
begin cert file
end cert file
baz: |
{{ foo }}
{{ bar }}
tasks:
- debug: var=baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment