Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created April 6, 2019 18:44
Show Gist options
  • Save voronenko-p/f9d35b6f63e7fb45188a96052c297b99 to your computer and use it in GitHub Desktop.
Save voronenko-p/f9d35b6f63e7fb45188a96052c297b99 to your computer and use it in GitHub Desktop.
---
- name: TerraformAnsiblePOC
hosts: localhost
gather_facts: no
pre_tasks:
- include_vars: "env-default-secure-vars.yml"
- include_vars: "env-default-vars.yml"
tasks:
- debug: var="shared_secure_var1"
- debug: var="shared_secure_var2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment