* Provide information for antsibull-docs 2.15.0.
* I don't think 'named' will ever get implemented.
* The paths might be relative to the old CWD.
* Show which commands are run.
* playbooks_filters: Mention the usage of the ansible.builtin.split filter
This is a filter I frequently used in my project, it should mentioned in the documentation so that it can be easily recognized by users.
Fixes#1928.
* Update docs/docsite/rst/playbook_guide/playbooks_filters.rst
Fix inconsistent heading markup style.
Co-authored-by: Felix Fontein <felix@fontein.de>
* playbooks_filters: Fix incorrect _dict_filter label location
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
* playbooks_filters: Fix incorrect argument of the split builtin filter
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
* playbooks_filters: Fix incorrect example input and output
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
* Update docs/docsite/rst/playbook_guide/playbooks_filters.rst
Increase verbosity.
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
* many: Fix title case of Git references
Currently many references of the Git software don't use title case, this
patch fixes them while leaving those that should remain lowercase
intact:
* `git` command call in code blocks.
* Git references in changelog entries should stay consistent with the revision title.
Fixes#1935.
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
* Update docs/docsite/rst/dev_guide/testing_integration.rst
Fix command markup.
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update hacking/README.md
Also fix title case of Python.
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This PR integrates [actionlint](https://github.com/rhysd/actionlint)
into our CI pipeline to check our Github Actions for best practices and
common errors.
This commit reorganizes the issue/PR triager script and updates the
workflow to run more efficiently.
- Make the script a proper Python package instead of an unwieldy single
file
- Use locked dependencies and UV to decrease workflow runtime to under
10 seconds.
* Revamp Windows docs
Rearranges the docs for Windows to expand on the different connection
types outside of winrm. Also removes a lot of the old and outdated
information that is no longer needed as the affected OS versions are end
of life and no longer supported by Ansible.
* Apply suggestions from code review
Co-authored-by: Don Naro <dnaro@redhat.com>
* Fix orphaned links and other changes
* Update after rebase and fix some links and indentation
---------
Co-authored-by: Don Naro <dnaro@redhat.com>
See the linked issue. The lingering setup.py and setup.cfg files from
older versions of ansible-core were breaking a local user's doc build.
The clone-core script should automatically remove these.
Relates: https://github.com/ansible/ansible/issues/83937
* Replace old communication refs with Communication guide ref or forum
* Update docs/docsite/rst/community/documentation_contributions.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
* Correct information about plugin enabling
* Apply suggestions from code review
Co-authored-by: Don Naro <dnaro@redhat.com>
---------
Co-authored-by: Don Naro <dnaro@redhat.com>
* Replace communication links with a link to communication guide
* Update docs/docsite/rst/command_guide/intro_adhoc.rst
Co-authored-by: Don Naro <dnaro@redhat.com>
* Update docs/docsite/rst/plugins/become.rst
Co-authored-by: Don Naro <dnaro@redhat.com>
* Update docs/docsite/rst/plugins/cache.rst
Co-authored-by: Don Naro <dnaro@redhat.com>
* Update docs/docsite/rst/plugins/callback.rst
Co-authored-by: Don Naro <dnaro@redhat.com>
* Update docs/docsite/rst/plugins/cliconf.rst
Co-authored-by: Don Naro <dnaro@redhat.com>
* fix
---------
Co-authored-by: Don Naro <dnaro@redhat.com>
* restore community ee content
This PR restores the docs about community execution environments from
the ecosystem docsite. Please see the forum post for more info about
this change: https://forum.ansible.com/t/moving-the-community-ee-content-to-package-docs/8239
* Update docs/docsite/rst/getting_started_ee/introduction.rst
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Update docs/docsite/rst/getting_started_ee/introduction.rst
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Update docs/docsite/rst/getting_started_ee/run_community_ee_image.rst
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* formatting nits
---------
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>