Answer Posted / Rati Agarwal
To disable 'cowsay' in Ansible, you can modify the 'ansible.cfg' file and set the 'ansible_terminal_width' option to a value smaller than the width of your terminal window. By doing this, 'cowsay' will not be used as it requires more characters for its output.nnOpen or create an 'ansible.cfg' file in your home directory and add the following line:nansible_terminal_width = 80 # Set the terminal width to a value smaller than your actual terminal width
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is ansible used in a continuous delivery pipeline? Explain.
What is ansible task?
What is the way to access shell environment variables in ansible?
How do I copy files recursively onto a target host?
Is it unsafe to bulk-set task arguments from a variable?
How can you create a lamp stack and deploy a webpage by using ansible?
Describe your newsletter ansible and who it’s aimed at.
How to install ansible?
When to use {{}} ? How to interpolate variables or dynamic variable names?
How can you speed up management inside in ec2?
How should one configure a jump host to access servers that I have no direct access to?
When should I use {{ }}?
What is the use of ansible?
Can you write a simple playbook to install nginx on a host machine?
What are the different components of ansible?