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 |
What is ansible task?
Write a playbook to create a backup of a file in the remote servers before copy.
What are ansible server requirements?
What’s the use of ansible?
What is ansible role and how are they different from the playbook?
Write an ansible playbook to automate the starting of ec2 instance.
Does ansible support aws?
What is ansible galaxy?
Is it unsafe to bulk-set task arguments from a variable?
What is the use of ansible vaults?
What is the way to access shell environment variables in ansible?
What are the variables in ansible?