You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
asoltesz
changed the title
Consistent secret and variable definition
Simplified secret and variable definition
Apr 16, 2020
Currently, the parametrization are in these files:
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.
The text was updated successfully, but these errors were encountered: