Skip to content

Commit

Permalink
Add impentation vars to include vars
Browse files Browse the repository at this point in the history
- Update include vars to include implementation vars
- Add example implementation
  • Loading branch information
jkupferer committed Aug 7, 2024
1 parent d99bdc0 commit 296fdb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
agnosticd_passthrough_user_data:
used_example_implementation: true
...
2 changes: 2 additions & 0 deletions ansible/include_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
- configs/{{ env_type }}/default_vars
# Default vars of the config, specific to a cloud provider
- configs/{{ env_type }}/default_vars_{{ cloud_provider }}
# Implementation vars of the config
- configs/{{ env_type }}/implementation/{{ implementation | default(omit) }}/vars
# Lecacy secret vars file.
- configs/{{ env_type }}/env_secret_vars
__vars_file_extension:
Expand Down

0 comments on commit 296fdb1

Please sign in to comment.