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.
ansible/docs/docsite/rst/reference_appendices
Matt Davis 4d3a6123d5
Python interpreter discovery (#50163)
* 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
6 years ago
..
.rstcheck.cfg Pull documentation of ansible.module_utils.basic from (improved) doc strings. (#48416) 6 years ago
YAMLSyntax.rst Fix docs syntax highlighting errors (#50836) 6 years ago
common_return_values.rst Update links to module sources (#46553) 6 years ago
faq.rst added pipelining for z/OS (#51212) 6 years ago
galaxy.rst ansible-galaxy init does create a sub directory (#52390) 6 years ago
glossary.rst Prefer https:// links in the docs site 6 years ago
interpreter_discovery.rst Python interpreter discovery (#50163) 6 years ago
module_utils.rst Pull documentation of ansible.module_utils.basic from (improved) doc strings. (#48416) 6 years ago
python_3_support.rst Python interpreter discovery (#50163) 6 years ago
release_and_maintenance.rst Remove outdated minor release info from table (#50903) 6 years ago
special_variables.rst Fix docs typo at Special Variables (#50230) 6 years ago
test_strategies.rst Prefer https:// links in the docs site 6 years ago
tower.rst Update documentation based on 301 permanent redirects (#43675) 6 years ago