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

Re: [ansible-project] Event handler using ansible

2019-01-20 Thread Sathya Narayanan
Thanks dave, I will take a look it ansible-runner. On Sat, 19 Jan 2019, 11:26 pm Dave Cottlehuber On Thu, 10 Jan 2019, at 17:47, Sathya Narayanan wrote: > > Hi All, > > > > I know, I have ask this question before, but to my surprise I don't find > > any better documen

[ansible-project] Event handler using ansible

2019-01-10 Thread Sathya Narayanan
Hi All, I know, I have ask this question before, but to my surprise I don't find any better documentation on internet which can say how I can use mandible as a EDI tool (event driven infra). We have nagios in our environment and use awx for automation. I already have more to 50 templates and

Re: [ansible-project] Event Driven with ansible

2018-11-02 Thread Sathya Narayanan
Ah, that's not what I am look for. What I am trying to achieve is based on Nagios event ansible to execute pre defined playbooks for remidiating the errors Just the way event handler works in Nagios or similar to reactor in salstack. On Fri, 2 Nov 2018, 9:32 pm Brian Coca I'm not sure what you

Re: [ansible-project] Event Driven with ansible

2018-11-02 Thread Sathya Narayanan
Wow... that's great, can you share me some documentation or use case on the event-driven with Ansible. I use ansible AWX for web UI. On Fri, Nov 2, 2018 at 8:33 PM Brian Coca wrote: > ansible itself does not have an event handler, but it is easy to > execute from one, bet it Tower/Awx, cron,

[ansible-project] Event Driven with ansible

2018-11-02 Thread Sathya Narayanan
Hello All, just thought of checking, is ansible capable of doing EDI ( event-driven )? I search some article on the internet and I found some saying its possible and some saying it's not, kind of confusing :(. If possible, can you please guide me some article which talks more about it.

Re: [ansible-project] Need help

2018-10-28 Thread Sathya Narayanan
> > > name: remove unwanted packages > >package: > > name: "{{ item }}" > > state: absent > >when item not in good_packages > > > > Of course the simpler and saner way would be to just restrict people > > fr

[ansible-project] Re: Need help

2018-10-28 Thread Sathya Narayanan
Any suggestions/ideas on the below ask? On Sat, 27 Oct 2018, 11:14 pm Sathya Narayanan, wrote: > Hi All, > > I am new to ansible and I would like to understand or get some ideas about > how to use ansible to maintain standard operating system environment. > > For examp

[ansible-project] Need help

2018-10-27 Thread Sathya Narayanan
Hi All, I am new to ansible and I would like to understand or get some ideas about how to use ansible to maintain standard operating system environment. For example : I would like to have ansible to check all my existing OS (Amazon Linux) to see if there are any additional package installed.

Re: [ansible-project] Ansible mail module failing at sending mail

2018-10-20 Thread Sathya Narayanan
Hi Umberto, Just a quick thought, if you have any special character in your password, try searching them. Some times -$ symbols are not valid when you pass that as a vatiable. I am not sure if that can fix your problem, but just a suggestion. On Fri, 19 Oct 2018, 8:25 pm Umberto Manferdini, <

[ansible-project] EXEC previous known host file not found for hostname

2015-08-24 Thread Sathya Narayanan
Hi, I am getting below error previous known host file not found. Below error is from Tower, if i try to execute from Command it keeps running indefinitely TASK: [Check Version] *** solaris.domain.com ESTABLISH CONNECTION FOR USER: sathya