Re: [ansible-project] How to mask connection string Passwords while connecting through DB using sqlplus ansible

2019-04-29 Thread Stefan Hornburg (Racke)
On 4/30/19 1:04 AM, Raj wrote: > I am running into an issue where ansible is spitting up password, which isĀ  a > security breach as these logs will > automatically uploads to developer shared location for review. How can I mask > the passwords in spitting up here. I need > to use stdout_lines whe

Re: [ansible-project] How to mask connection string Passwords while connecting through DB using sqlplus ansible

2019-04-29 Thread Raj
Yes, admin & password variables will replace here and those are encrypted using ansible vault On Monday, April 29, 2019 at 11:53:06 PM UTC-5, Sathya Narayanan wrote: > > Have you tried using vault ? > > On Tue, Apr 30, 2019, 4:34 AM Raj > > wrote: > >> I am running into an issue where ansible is

Re: [ansible-project] How to mask connection string Passwords while connecting through DB using sqlplus ansible

2019-04-29 Thread Sathya Narayanan
Have you tried using vault ? On Tue, Apr 30, 2019, 4:34 AM Raj wrote: > I am running into an issue where ansible is spitting up password, which > is a security breach as these logs will automatically uploads to developer > shared location for review. How can I mask the passwords in spitting up

[ansible-project] How to mask connection string Passwords while connecting through DB using sqlplus ansible

2019-04-29 Thread Raj
I am running into an issue where ansible is spitting up password, which is a security breach as these logs will automatically uploads to developer shared location for review. How can I mask the passwords in spitting up here. I need to use stdout_lines whether we run the job in clean state or n