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

default password missing in cnx vars #313

Open
marde16 opened this issue Aug 8, 2023 · 0 comments
Open

default password missing in cnx vars #313

marde16 opened this issue Aug 8, 2023 · 0 comments

Comments

@marde16
Copy link
Contributor

marde16 commented Aug 8, 2023

In the variables overview there is a default password definition for the variable db_password.

This default password is set in the following playbooks.

__db_password: "{{ db_password | default('password') }}"

__db2_users_password: "{{ db_password | default('password') }}"

but in the var file for Connections I miss such default definition:

__db_password: "{{ db_password }}"

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