Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add impentation vars to include vars #7609

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading