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 | |
|---|---|---|
| .. | ||
| compat | 3 years ago | |
| plugins | 11 months ago | |
| utils | 6 months ago | |
| __init__.py | 8 years ago | |
| affinity.py | 1 year ago | |
| connection.py | 5 months ago | |
| loaders.py | 6 months ago | |
| logging.py | 1 year ago | |
| mixins.py | 6 months ago | |
| module_finder.py | 2 years ago | |
| parsing.py | 4 years ago | |
| planner.py | 6 months ago | |
| process.py | 1 year ago | |
| runner.py | 6 months ago | |
| services.py | 6 months ago | |
| strategy.py | 11 months ago | |
| target.py | 6 months ago | |
| transport_config.py | 5 months ago | |