Closed GonzaloUlla closed 3 years ago
Given the default does not know if it's internal vs external. The current empty value in the iac sample file will stay empty. The end user will have to read the docs and be aware of how their database is being configured. There error you are seeing is correct. It's telling you to fill in the value.
Summary
Per CONFIG-VARS.md#postgres,
default
anddefault.internal
keys are always required.To minize configuration effort, I recommend adding default values for those keys.
Current behavior
When
default.internal
key is not set, Postgres Ansible task fails with error:Expected behavior
Postgres Ansible task runs successfully using a default value for
default.internal
key.