oravirt / ansible-oracle-modules

Oracle modules for Ansible
MIT License
214 stars 160 forks source link

Allow manual specification of dsn, or tnsnames without wallet #142

Open enegaard opened 4 years ago

enegaard commented 4 years ago

Current connection mechanisms are not very flexible. I have a need to connect with tcps, but without doing client SSL authentication.

The only way I can see that this is possible today is to use a wallet to store both trusted certificates and credentials, but I would prefer not to have to store credentials in a wallet.

It seems like the most flexible way to handle this use case would be to allow manual specification of the dsn in all modules that perform connections.