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/dev_guide
Sandra McCann 5d8bf08e06
Backportapalooza 7 15 (#78277)
* Pr 72292- Add context to inventory plugins (#78070)

* Add context to inventory plugins documentation

* Show how to add the inventory plugin to the `enable_plugins` configuration item - not just replace it.
* Show adding tags to `keyed_groups` without specifying the separator.
* Show adding more complex `groups` and `compose` statements, including using the ternary filter.
* As I added an additional group, I've updated the resulting `ansible-inventory` output accordingly.

(cherry picked from commit a77fc2e822)

* Update dpkg_selections.py (#78177)

* Update dpkg_selections.py to include an syntax example showing how to remove package holds

* Fix pep8 issue: dpkg_selections.py

Missed some trailing spaces when adding example text.

(cherry picked from commit 489b7f1859)

* fix ternary problem (#78186)

(cherry picked from commit 7ec8916097)

* documentation: become plugins: correct pluralization in description (#78196)

fixes #78195

(cherry picked from commit e10851d495)

* Update python_3_support.rst (#78239)

Fix invalid characters warning when using example group names. (Replace dashes in example group name with underscores.)

(cherry picked from commit be88250a83)

* Adding applicable licensing requirements (#78162)

(cherry picked from commit 6ddccc1604)

* Document choice to use Ansible Project in copyright lines (#78164)

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
(cherry picked from commit c9a341902b)

* stat only returns pw_name/gr_name if those can be looked up (#78183)

(cherry picked from commit 221af7640d)

* example showing how to deal with keys w/o apt_key (#78206)

(cherry picked from commit 0590ce065c)

* Migrate vmware.vmware_rest Dev Guide to collection (#78255)

(cherry picked from commit 048adac5b7)

* Updated release_and_maintenance.rst (#78272)

(cherry picked from commit 358a8ad7af)

Co-authored-by: Micah Beasley <MBfromOK@users.noreply.github.com>
Co-authored-by: Alex Willmer <alex@moreati.org.uk>
Co-authored-by: Nathan Hyde <nathanhyde@gmail.com>
Co-authored-by: Desmond Obisi <51109125+DesmondSanctity@users.noreply.github.com>
Co-authored-by: Evgeni Golov <evgeni@golov.de>
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
Co-authored-by: Mario Lenz <m@riolenz.de>
Co-authored-by: Ompragash Viswanathan <21008429+Ompragash@users.noreply.github.com>
3 years ago
..
platforms Backportapalooza 7 15 (#78277) 3 years ago
shared_snippets Backportapalooza 7 15 (#78277) 3 years ago
style_guide Backportapalooza 06 16 (#78072) 4 years ago
testing/sanity Initial mypy sanity test support for core. 4 years ago
ansible_index.rst Docs Backportapalooza 06 09 (#78020) 4 years ago
core_branches_and_tags.rst [docs][backport] 5 06 docs backportapalooza (#77749) 4 years ago
core_index.rst Backportapalooza 06 02 (#77960) 4 years ago
debugging.rst Fix typos (#72072) 5 years ago
developing_api.rst Docs: Add Matrix as a chat option (#75406) 4 years ago
developing_collections.rst Docs: Add Matrix as a chat option (#75406) 4 years ago
developing_collections_changelogs.rst add crosslinks for changelog fragments (#77022) 4 years ago
developing_collections_contributing.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
developing_collections_creating.rst Docs: Add Matrix as a chat option (#75406) 4 years ago
developing_collections_distributing.rst ansible-core 2.12 dropped support for galaxy.yaml. (#76179) 4 years ago
developing_collections_migrating.rst Docs: Add Matrix as a chat option (#75406) 4 years ago
developing_collections_shared.rst [docs][backport] Docs backports week 4-18-22 (#77557) 4 years ago
developing_collections_structure.rst 05 12 backportapalooza (#77787) 4 years ago
developing_collections_testing.rst Add quickstart testing docs for collections (#77290) 4 years ago
developing_core.rst [docs][backport] 5 06 docs backportapalooza (#77749) 4 years ago
developing_inventory.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
developing_locally.rst update ansible.legacy docs (#76839) 4 years ago
developing_module_utilities.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
developing_modules.rst Docs: Fix text for contributing to collection link (#76174) 4 years ago
developing_modules_best_practices.rst Docs Backportapalooza 06 09 (#78020) 4 years ago
developing_modules_checklist.rst Docs Backportapalooza 06 09 (#78020) 4 years ago
developing_modules_documenting.rst Backportapalooza 7 15 (#78277) 3 years ago
developing_modules_general.rst [docs][backport] 5 06 docs backportapalooza (#77749) 4 years ago
developing_modules_general_aci.rst Update developing_modules_general_aci.rst (#73925) 4 years ago
developing_modules_general_windows.rst Update developing_modules_general_windows.rst (#76846) 4 years ago
developing_modules_in_groups.rst Docs: Add Matrix as a chat option (#75406) 4 years ago
developing_plugins.rst 05 12 backportapalooza (#77787) 4 years ago
developing_program_flow_modules.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
developing_python_3.rst [docs][backport] Docs backports week 4-18-22 (#77557) 4 years ago
developing_rebasing.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
migrating_roles.rst update ansible.legacy docs (#76839) 4 years ago
module_lifecycle.rst Update the module lifecycle document to also cover plugins and collections (#74413) 5 years ago
overview_architecture.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
testing.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
testing_compile.rst Extend dev guide for collection testing and collection hacking (#68899) 6 years ago
testing_documentation.rst dev_guide: Correct path to ansible-test requirements files (#66626) 6 years ago
testing_httptester.rst Add support for GSSAPI/Kerberos to urls.py (#72113) 5 years ago
testing_integration.rst move collection pr quickstart over (#77087) 4 years ago
testing_integration_legacy.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
testing_pep8.rst Remove obsolete docs on pep8 sanity test. 6 years ago
testing_running_locally.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
testing_sanity.rst [docs][backport] 5 06 docs backportapalooza (#77749) 4 years ago
testing_units.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
testing_units_modules.rst change keyword return to results (#76515) 4 years ago
testing_validate-modules.rst Validate some markup in documentation in validate-modules (#76262) 4 years ago