You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
In vanilla Ansible >= 12 (ansible-core 2.19) - ssh connection plugin `verbosity` controls `ssh [-v[v[v]]]` - config option `DEFAULT_VERBOSITY` controls whether that output is displayed In vanilla Ansible <= 11 (ansible-core <= 2.18) - `DEFAULT_VERBOSITY` controls both `ssh` verbosity & display verbositty As of this change - Mitogen + Ansible >= 12 behaviour matches vanilla Ansible >= 12. - Mitogen + Ansible <= 11 behaviour remains unchanged - `DEFAULT_VERBOSITY` only controls display verbosity. - Mitogen + Ansible respect the Ansible variable `mitogen_ssh_debug_level` I've chosen not to retroactively replicate the old vanilla Ansible behaviour in Mitogen + Ansible <= 11 cases. I'm pretty sure it was an oversight, rather than a design choice, but Ansible+Mitogen with `ANSIBLE_VERBOSITY=3` is already very verbose. fixes #1282 See - https://docs.ansible.com/ansible/latest/reference_appendices/config.html#default-verbosity - https://docs.ansible.com/ansible/devel/collections/ansible/builtin/ssh_connection.html#parameter-verbosity |
5 months ago | |
|---|---|---|
| .. | ||
| all.yml | 5 months ago | |
| args_by_inv.yml | 1 year ago | |
| args_by_play_taskvar.yml | 1 year ago | |
| config.yml | 1 year ago | |
| password.yml | 5 months ago | |
| templated_by_inv.yml | 1 year ago | |
| templated_by_play_keyword.yml | 1 year ago | |
| templated_by_play_taskvar.yml | 5 months ago | |
| templated_by_task_keyword.yml | 1 year ago | |
| timeouts.yml | 5 months ago | |
| variables.yml | 5 months ago | |
| verbosity.yml | 5 months ago | |