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

Simplified secret and variable definition #14

Open
asoltesz opened this issue Apr 16, 2020 · 0 comments
Open

Simplified secret and variable definition #14

asoltesz opened this issue Apr 16, 2020 · 0 comments

Comments

@asoltesz
Copy link
Owner

asoltesz commented Apr 16, 2020

Currently, the parametrization are in these files:

  • some secrets re in an Ansible vault in ansible/group_vars/all/vault.yml
  • non-secret Ansible parameters are in ansible/group_vars/all/vars.yml
  • secret and non-secret parameters are in ~/.solakube/${cluster}/variables.sh
  • some parametrization is in terraform.tfvars

This is excessive and needs to be simplified.

Either remove the Ansible vault functionality and use only variables.sh or use an other unified solution for cleanly defining all parameters ans secrets in a single file.

Document the whole configuration process, so the original article is not needed anymore.

@asoltesz asoltesz changed the title Consistent secret and variable definition Simplified secret and variable definition Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant