How do I disable cowsay?
Answer / 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 |
How do I access a variable name programmatically?
Is ansible is an open source tool?
Write an ansible playbook to automate the starting of ec2 instance.
How can you handle different machines needing different user accounts or ports to log in with?
How do I access a variable of the first host in a group?
Enlist the differences between variable name and environment variables.
What is the method to check the inventory vars defined for the host?
Does ansible support aws?
What is the best way to make content reusable/redistributable?
Explain the concept behind infrastructure as code (iac).
Why are you attracted to science and science fiction?
How can you speed up management inside in ec2?