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

Restructure configuration schema, including default-combining #47

Open
gprossliner opened this issue Nov 27, 2019 · 0 comments
Open

Restructure configuration schema, including default-combining #47

gprossliner opened this issue Nov 27, 2019 · 0 comments
Labels
tool-enhancement New feature or request for tooling
Milestone

Comments

@gprossliner
Copy link
Contributor

On beta1 we should have a consistent configuration schema, see also #44. This should include applying defaults for dictionaries, so that we can provide defaults in one level deep, like:

# defaults.yml
harbor:
  enabled: no
  version: 1.9.3

# instance-specific.yml
harbor:
  enabled: yes

# this should merge to
harbor:
  enabled: yes
  version: 1.9.3

See: https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html#combining-hashes-dictionaries

@gprossliner gprossliner added this to the v1.0-beta1 milestone Nov 27, 2019
@gprossliner gprossliner added the tool-enhancement New feature or request for tooling label Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tool-enhancement New feature or request for tooling
Projects
None yet
Development

No branches or pull requests

1 participant