How to make ansible-playbook quiet

Thank you in advance for your time and attention.

In ansible-playbook command, how do I stop the ****** lines from showing up ?

I really want very minimal output.

-N

You can do that by changing stdout callback [1], it has many type you can choose [2].

[1] https://docs.ansible.com/ansible/2.6/plugins/callback.html#managing-stdout
[2] https://docs.ansible.com/ansible/2.6/plugins/callback.html#plugin-list

Will look at your inputs. Thank you for the input.