[ansible-project] Re: disable unnecessary output on ansible server console

2017-08-17 Thread Mike Klebolt
What do you have in your ansible.cfg for stdout_callback? On Thursday, August 17, 2017 at 9:13:25 AM UTC-5, Sameer Modak wrote: > > Hello Team, > When i run following command i get log of output on screen. I just want if > it success or failed. > > ansible web -m yum -a "name=MySQL-python state=p

[ansible-project] Re: disable unnecessary output on ansible server console

2017-08-18 Thread Sameer Modak
No its all commented [root@hackerdev 6.2]# grep callback /etc/ansible/ansible.cfg # change the default callback #stdout_callback = skippy # enable additional callbacks #callback_whitelist = timer, mail #callback_plugins = /usr/share/ansible/plugins/callback # by default callbacks are not loade

[ansible-project] Re: disable unnecessary output on ansible server console

2017-08-21 Thread Mike Klebolt
Uncomment the stdout_callback line. The Skippy callback plugin gives pretty clean output. On Friday, August 18, 2017 at 10:25:08 AM UTC-5, Sameer Modak wrote: > > No its all commented > > > [root@hackerdev 6.2]# grep callback /etc/ansible/ansible.cfg > # change the default callback > #stdout_c

[ansible-project] Re: disable unnecessary output on ansible server console

2017-08-21 Thread Sameer Modak
Thnks mike. On Monday, August 21, 2017 at 7:11:56 PM UTC+5:30, Mike Klebolt wrote: > > Uncomment the stdout_callback line. The Skippy callback plugin gives > pretty clean output. > > > On Friday, August 18, 2017 at 10:25:08 AM UTC-5, Sameer Modak wrote: >> >> No its all commented >> >> >> [root