oravirt / ansible-oracle-modules

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

Use of / as sysdba #117

Open kulkravi opened 4 years ago

kulkravi commented 4 years ago

I would like to use / as sysdba to logon to the database. Is it possible to do it in ansible-oracle-modules? In other words I don't want to specify username/password in the playbooks.

duhlig commented 4 years ago

Perhaps you could try oracle_slqdba, see PR #124.

KR, Dietmar