Felix Fontein
87d2e26c15
Add example of unintentional None to 2.19 porting guide ( #2982 )
...
* Add example of unintentional None to 2.19 porting guide.
* Rewrite into two sections.
* Improve formulations as suggested by samccann.
Co-authored-by: Sandra McCann <samccann@redhat.com >
* Remove no longer appropriate section.
* Fix typo and add note.
---------
Co-authored-by: Sandra McCann <samccann@redhat.com >
2025-08-28 06:24:05 +02:00
Anthony D'Atri
b1861c313b
Harmonize formatting of group names in docs/docsite/rst/inventory_guide/intro_inventory.rst ( #2980 )
...
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com >
2025-08-27 18:21:29 +01:00
Matt Martz
e79d1a731b
2.20 Roadmap ( #2997 )
...
* 2.20 Roadmap
* add planned work
* Apply suggestions from review
Co-authored-by: Don Naro <dnaro@redhat.com >
Co-authored-by: Maxwell G <maxwell@gtmx.me >
---------
Co-authored-by: Don Naro <dnaro@redhat.com >
Co-authored-by: Maxwell G <maxwell@gtmx.me >
2025-08-21 15:45:12 -04:00
ansible-documentation-bot[bot]
c76d0de15b
Add the Ansible community 12.0.0b4 porting guide ( #2998 )
...
Co-authored-by: Felix Fontein <5781356+felixfontein@users.noreply.github.com >
2025-08-21 20:45:49 +02:00
Matt Martz
497810dcb1
2.19 EOL is 2026 ( #2995 )
2025-08-20 10:47:31 -04:00
ansible-documentation-bot[bot]
096ece42b5
[devel] Bump antsibull-docs to 2.21.0; include list of all deprecated collections and modules/plugins ( #2979 )
...
* Bump antsibull-docs dependency constraint to 2.21.0.
* ci: refresh docs build dependencies
* Add list of all deprecations to all plugins index.
---------
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
2025-08-15 11:45:49 -04:00
Anwesha Das
6feefb07e9
Add the Ansible community 11.9.0 porting guide
2025-08-12 14:45:09 +00:00
Felix Fontein
e09cd6e0f0
Update supported Python versions. ( #2935 )
2025-08-06 15:39:09 -04:00
Sandra McCann
62278c10a2
Revert "community/maintainers_workflow.rst: improve wording and formatting (#…" ( #2956 )
...
This reverts commit 578a812a0c .
2025-08-05 13:45:14 -04:00
ansible-documentation-bot[bot]
0701c8dd75
Add the Ansible community 12.0.0b3 porting guide ( #2957 )
...
Co-authored-by: null <5781356+felixfontein@users.noreply.github.com >
2025-08-05 18:52:06 +02:00
Sandra McCann
7594ea8edc
Update EOL banner for clarity ( #2942 )
2025-08-01 16:40:32 -04:00
Sandra McCann
8495d7da0b
update banner to reflect this does not apply to the product ( #2895 )
...
(cherry picked from commit 412d18f2fa )
2025-08-01 15:05:14 -04:00
Sandra McCann
9a410e589f
update for control node min. python 3.12 now ( #2934 )
2025-07-31 16:54:38 -04:00
Andrew Klychkov
578a812a0c
community/maintainers_workflow.rst: improve wording and formatting ( #2799 )
...
* community/maintainers_workflow.rst: improve wording and formatting
* Changed the page title to appropriate
* Remove irrelevant parts, change the wording
* Change the wording
* Update docs/docsite/rst/community/maintainers_workflow.rst
Co-authored-by: Sandra McCann <samccann@redhat.com >
* Update docs/docsite/rst/community/maintainers_workflow.rst
---------
Co-authored-by: Sandra McCann <samccann@redhat.com >
Co-authored-by: Don Naro <dnaro@redhat.com >
2025-07-31 15:16:22 -04:00
Jordan Borean
4f63297a83
Document Windows App Control Feature ( #2654 )
...
* Add documentation for App Control for Windows
* Update script for better Python detection
* Another passthrough and update script
* Linting fixes
* Update docs/docsite/rst/os_guide/windows_app_control.rst
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
* Remove inlined script in favour of hyperlink
* Update docs/docsite/rst/os_guide/windows_app_control.rst
Co-authored-by: Sandra McCann <samccann@redhat.com >
* Fix up from review comments
* Try and fix admonition content block
* Use github URL for PowerShell script
---------
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
Co-authored-by: Sandra McCann <samccann@redhat.com >
2025-07-31 13:10:55 -04:00
Andrew Klychkov
7a35c9b7c5
playbook_guide/playbooks_variables.rst: improve style. Assisted-by: AI ( #2916 )
...
* playbook_guide/playbooks_variables.rst: improve style. Assisted-by: AI
* Return the removed block of text to the end of the file. Assisted-by: AI
* Manual fixes
* Manual fixes
2025-07-29 16:22:00 -04:00
Andrew Klychkov
d376989620
rst/playbook_guide/playbooks_intro.rst: improve. Assisted-by: AI ( #2915 )
...
* rst/playbook_guide/playbooks_intro.rst: improve. Assisted-by: AI
* Manual misc fixes
2025-07-29 16:18:02 -04:00
Bartolomeo Müller
aad8488440
Add missing comma in introduction.rst ( #2914 )
2025-07-29 11:19:01 -04:00
Simon GANIER-LOMBARD
486d9b2b78
Update docs windows_winrm for ansible module ( #2904 )
2025-07-29 11:17:00 -04:00
Sandra McCann
caa2399fa4
add details on some plugin options - AI-assisted ( #2813 )
...
* add details on some plugin options
* revise based on feedback
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update docs/docsite/rst/dev_guide/developing_plugins.rst
* Apply suggestions from code review
Co-authored-by: Don Naro <dnaro@redhat.com >
* add examples
* Update docs/docsite/rst/dev_guide/developing_plugins.rst
Co-authored-by: Felix Fontein <felix@fontein.de >
* Apply suggestions from code review
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru >
---------
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Don Naro <dnaro@redhat.com >
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru >
2025-07-24 09:23:53 -04:00
Sandra McCann
8b3818d741
Styleguide update for installation_distros.rst - AI-assisted ( #2855 )
...
* cursor-ai assisted style edits
* ai-assist - clarified sections
* Apply suggestions from code review
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru >
* Apply suggestion from @Andersson007
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru >
---------
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru >
2025-07-23 12:32:39 -04:00
flowerysong
0ff051715e
porting guide 2.19: document range() changes ( #2832 )
...
Signed-off-by: Paul Arthur <paul.arthur@flowerysong.com >
2025-07-23 12:14:32 -04:00
Sandra McCann
2051b5d390
update backport instructions ( #2886 )
2025-07-23 12:02:35 -04:00
Andrew Klychkov
da9f871600
release_and_maintenance.rst: reflect that 2.16 is EOL ( #2770 )
...
* release_and_maintenance.rst: reflect that 2.16 is EOL
release_and_maintenance.rst: reflect that 2.16 is EOL
* update EOL date to july
---------
Co-authored-by: Sandra McCann <samccann@redhat.com >
2025-07-23 10:39:26 -04:00
flowerysong
913d397a79
porting guide 2.19: nicer rendering for Ansible output ( #2877 )
...
Signed-off-by: Paul Arthur <paul.arthur@flowerysong.com >
2025-07-23 10:03:12 -04:00
Felix Fontein
4ae2365276
Fix indent for other keys like :Version Added:. ( #2880 )
2025-07-23 14:18:19 +02:00
ansible-documentation-bot[bot]
eca228b3ba
Add the Ansible community 12.0.0b1 porting guide ( #2876 )
...
Co-authored-by: Traythedev <24616310+traytorous@users.noreply.github.com >
2025-07-22 18:59:01 +01:00
Sayanta Banerjee
0514c9d8f8
Fixed minor grammatical errors ( #2867 )
2025-07-22 11:42:16 -04:00
Andrew Klychkov
4f1bbe8b91
dev_guide/style_guide/spelling_word_choice.rst: See vs Refer to ( #2868 )
2025-07-22 08:06:26 -04:00
Felix Fontein
768ed198da
Ansible configuration: improve deprecation messages ( #2823 )
...
* Improve config deprecation messages.
* Update formulations according to review comments.
2025-07-21 22:14:04 +02:00
Felix Fontein
180ef733e6
Code block languages: normalize casing of yaml and yaml+jinja, update list in style guide, add comments to keep lists in sync ( #2848 )
...
* Update lists of allowed languages.
* Stick to one casing of yaml and yaml+jinja.
* Add comment to keep lists in sync.
2025-07-21 21:49:01 +02:00
Felix Fontein
aadd2dca8e
Update removal/readd processes to refer to the documentation of ansible-build-data ( #2821 )
...
* Update removal/readd processes to refer to the documentation of ansible-build-data.
* Fix typo.
2025-07-21 14:42:54 -04:00
Sandra McCann
1976c8edec
core-2.19 prep - update versioning ( #2810 )
2025-07-21 14:16:51 -04:00
Andrew Klychkov
953a581e44
inventory_guide/intro_inventory.rst: improve style. Assisted-by AI ( #2834 )
...
* inventory_guide/intro_inventory.rst: improve style. Assisted-by AI
* Some manual human-in-the-loop fixes
* Fix
* Fix
* Fix indentation
2025-07-21 11:20:56 -04:00
Sloane Hertel
2c0cb48d57
porting guide 2.19 - describe lazy complex var eval impact on builtin filters/tests ( #2639 )
...
* porting guide 2.19 - describe lazy complex variable evaluation impact for common Jinja2 filters/tests
* remove unlikely example
* Fix terminology
* dnaro suggestion: add comments
* Update docs/docsite/rst/porting_guides/porting_guide_core_2.19.rst
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update docs/docsite/rst/porting_guides/porting_guide_core_2.19.rst
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com >
* Update docs/docsite/rst/porting_guides/porting_guide_core_2.19.rst
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com >
* Update docs/docsite/rst/porting_guides/porting_guide_core_2.19.rst
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com >
* Remove 'embedded template' phrasing and remove quotation marks around variable for consistency with other comments
---------
Co-authored-by: Don Naro <dnaro@redhat.com >
Co-authored-by: Felix Fontein <felix@fontein.de >
2025-07-21 14:56:54 +01:00
Alex Willmer
ed933eab23
Correct year of contingency date to create ansible-build-data for Ansible 13 ( #2846 )
2025-07-20 15:08:42 +02:00
John Barker
0b8d80acef
Add more International Communities ( #2833 )
...
* Add more International Communities
* Fix typo
2025-07-18 11:05:44 +02:00
Anwesha Das
1ef3bd836b
Adds Porting Guide for 11.8.0
2025-07-16 16:24:49 +02:00
Andrew Klychkov
06427c38a4
community/maintainers_guidelines.rst: improve the document. Assisted-by: Gemini ( #2808 )
...
* community/maintainers_guidelines.rst: improve the document. Assisted-by: Gemini
* Misc fixes
2025-07-16 13:21:54 +02:00
Sandra McCann
cad6ff6202
Moves boolean table to module docs ( #2812 )
...
* Add 'True' string
Requested to add `True` string to the Truthy values list.
(cherry picked from commit 332beea50cf87eb698dc96dd981834c9b5357c5e)
* move bool table to module docs
(cherry picked from commit d0a7ed89b391e996a07b448c6c671a9c5c75d371)
* move bool table to module docs
2025-07-15 09:59:06 +01:00
Felix Fontein
c0476092c6
Avoid all literal blocks without explicitly set language ( #2807 )
...
* Avoid code-blocks without language.
* Adjust checker to catch such code blocks as well.
2025-07-14 21:45:22 +02:00
Akira Yokochi
ec23cbc62c
fix option for _ANSIBLE_TEMPLAR_UNTRUSTED_TEMPLATE_BEHAVIOR ( #2687 )
2025-07-11 09:12:13 +01:00
Jordan Borean
21a526c87d
Add more Windows Kerberos delegation info ( #2779 )
...
Adds more information on testing Kerberos delegation on Windows. It
includes a klist.exe example command for showing how to retrieve a
service ticket for a specific service.
2025-07-10 15:39:52 -04:00
Matt Martz
9540ea42f5
Update 2.19 release date in support matrix ( #2744 )
2025-07-10 15:12:53 -04:00
Andrew Klychkov
fdcff5f8d4
community/communication.rst: improve style a bit ( #2790 )
2025-07-10 15:09:11 -04:00
Anwesha Das
3cd7746a5b
Adds Porting Guide for 12.0.0a9
2025-07-09 17:48:31 +02:00
Felix Fontein
7cf2dedcd8
Announce Ansible 11 lifetime extension ( #2491 )
...
* [WIP] Announce Ansible 11 lifetime extension.
* Improve formulation.
Co-authored-by: Don Naro <dnaro@redhat.com >
---------
Co-authored-by: Don Naro <dnaro@redhat.com >
2025-07-01 06:40:34 +02:00
Felix Fontein
1218d01629
Move Ansible markup documentation to a separate page ( #2753 )
...
* Move information on Ansible markup into a separate document.
* Reference documentation fields that can use Ansible markup.
* Add TOC links.
* Apply adjusted version of Don's suggestion.
* Add reference to ansible-core version.
2025-06-30 18:52:54 +01:00
Andrew Klychkov
510375f072
communication.rst: improve wording ( #2765 )
...
* communication.rst: improve wording
---------
Co-authored-by: John Barker <john@johnrbarker.com >
2025-06-27 12:45:28 +01:00
Mario Lenz
3427ed4407
Update Ansible 12 porting guide for 12.0.0a7 release ( #2761 )
2025-06-25 20:06:05 +02:00