mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-20 00:13:09 +00:00
* Python interpreter discovery * No longer blindly default to only `/usr/bin/python` * `ansible_python_interpreter` defaults to `auto_legacy`, which will discover the platform Python interpreter on some platforms (but still favor `/usr/bin/python` if present for backward compatibility). Use `auto` to always use the discovered interpreter, append `_silent` to either value to suppress warnings. * includes new doc utility method `get_versioned_doclink` to generate a major.minor versioned doclink against docs.ansible.com (or some other config-overridden URL) * docs revisions for python interpreter discovery (cherry picked from commit 5b53c0012ab7212304c28fdd24cb33fd8ff755c2) * verify output on some distros, cleanup |
||
|---|---|---|
| .. | ||
| shared_snippets | ||
| become.rst | ||
| command_line_tools.rst | ||
| index.rst | ||
| intro.rst | ||
| intro_adhoc.rst | ||
| intro_bsd.rst | ||
| intro_dynamic_inventory.rst | ||
| intro_getting_started.rst | ||
| intro_inventory.rst | ||
| intro_patterns.rst | ||
| intro_windows.rst | ||
| modules.rst | ||
| modules_intro.rst | ||
| modules_support.rst | ||
| playbook_pathing.rst | ||
| playbooks.rst | ||
| playbooks_advanced_syntax.rst | ||
| playbooks_async.rst | ||
| playbooks_best_practices.rst | ||
| playbooks_blocks.rst | ||
| playbooks_checkmode.rst | ||
| playbooks_conditionals.rst | ||
| playbooks_debugger.rst | ||
| playbooks_delegation.rst | ||
| playbooks_environment.rst | ||
| playbooks_error_handling.rst | ||
| playbooks_filters.rst | ||
| playbooks_filters_ipaddr.rst | ||
| playbooks_intro.rst | ||
| playbooks_lookups.rst | ||
| playbooks_loops.rst | ||
| playbooks_module_defaults.rst | ||
| playbooks_prompts.rst | ||
| playbooks_python_version.rst | ||
| playbooks_reuse.rst | ||
| playbooks_reuse_includes.rst | ||
| playbooks_reuse_roles.rst | ||
| playbooks_roles.rst | ||
| playbooks_special_topics.rst | ||
| playbooks_startnstep.rst | ||
| playbooks_strategies.rst | ||
| playbooks_tags.rst | ||
| playbooks_templating.rst | ||
| playbooks_tests.rst | ||
| playbooks_variables.rst | ||
| playbooks_vault.rst | ||
| plugin_filtering_config.rst | ||
| quickstart.rst | ||
| vault.rst | ||
| windows.rst | ||
| windows_dsc.rst | ||
| windows_faq.rst | ||
| windows_setup.rst | ||
| windows_usage.rst | ||
| windows_winrm.rst | ||