Commit Graph

235 Commits

Author SHA1 Message Date
Don Naro
df76b40158 Update core support matrix 2.19 (#2524)
* update core support matrix 2.19

* fix formatting and GA date

* Update docs/docsite/rst/reference_appendices/release_and_maintenance.rst

Co-authored-by: Matt Martz <matt@sivel.net>

* Update docs/docsite/rst/reference_appendices/release_and_maintenance.rst

Co-authored-by: Maxwell G <maxwell@gtmx.me>

* add reference to changelog

---------

Co-authored-by: Matt Martz <matt@sivel.net>
Co-authored-by: Maxwell G <maxwell@gtmx.me>
2025-04-16 19:37:17 +02:00
Sandra McCann
dbae0ce87d fix label warnings (#2417)
* fix broken links

* fix some more label problems

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-03-20 16:37:10 -04:00
Ketan Kelkar
ac0bf97e05 Introduce a new section for managing z/OS UNIX mainframe hosts with Ansible. (#2424)
* add a new page for managing unix(zos) hosts

Signed-off-by: Ketan Kelkar <ktnklkr@gmail.com>

* update unix(zos) faq section

Signed-off-by: Ketan Kelkar <ktnklkr@gmail.com>

* update references from z/OS to z/OS UNIX for clarity; capitalize instances of 'Python'

Signed-off-by: Ketan Kelkar <ktnklkr@gmail.com>

* specify 'ansible.builtin modules' instead of 'community modules', update section headers to use sentence-case

Signed-off-by: Ketan Kelkar <ktnklkr@gmail.com>

* missed a few 'community' where 'ansible.builtin' belongs

Signed-off-by: Ketan Kelkar <ktnklkr@gmail.com>

* update to correct terminology

Co-authored-by: Sandra McCann <samccann@redhat.com>

* add links to builtin modules

Signed-off-by: Ketan Kelkar <ktnklkr@gmail.com>

* sytax and punctation edits

Signed-off-by: Ketan Kelkar <ktnklkr@gmail.com>

* fix a bad link

Signed-off-by: Ketan Kelkar <ktnklkr@gmail.com>

---------

Signed-off-by: Ketan Kelkar <ktnklkr@gmail.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
2025-03-20 15:46:35 -04:00
Sandra McCann
7082b5ded5 address broken links in dev and appendices sections (#2402)
* fix some broken links

* malformed link

* Update docs/docsite/rst/dev_guide/developing_python_3.rst

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>

* Apply suggestions from code review

Co-authored-by: Don Naro <dnaro@redhat.com>

---------

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Don Naro <dnaro@redhat.com>
2025-02-24 17:14:23 +00:00
Felix Fontein
d8c36a014f Fix YAML syntax, adjust more code block languages (#2408)
* Fix broken YAML, or adjust code block type.

* Normalize code block type.
2025-02-14 22:06:37 +01:00
Don Naro
7eb7a3a8d2 Update RST files to specify codeblock language attributes (#2382)
* Update RST files to specify codeblock language attributes

Co-authored-by: Ganesh Hubale <25399590+ganeshhubale@users.noreply.github.com>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Felix Fontein <felix@fontein.de>

* change lexer names to fix ci

* yaml is yaml not ini

* Update docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst

Co-authored-by: Felix Fontein <felix@fontein.de>

* yamllint codeblock

* Update docs/docsite/rst/network/dev_guide/developing_resource_modules_network.rst

Co-authored-by: Felix Fontein <felix@fontein.de>

* yamlgit add .

* Update docs/docsite/rst/network/dev_guide/developing_resource_modules_network.rst

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update docs/docsite/rst/network/dev_guide/developing_resource_modules_network.rst

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update docs/docsite/rst/network/dev_guide/developing_resource_modules_network.rst

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update docs/docsite/rst/network/dev_guide/developing_resource_modules_network.rst

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update docs/docsite/rst/network/dev_guide/developing_resource_modules_network.rst

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst

Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>

* Update docs/docsite/rst/network/dev_guide/developing_resource_modules_network.rst

Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>

* Update docs/docsite/rst/dev_guide/developing_collections_creating.rst

Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>

* Update docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst

Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>

* Update docs/docsite/rst/os_guide/intro_bsd.rst

Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>

---------

Co-authored-by: Ganesh Hubale <ganeshhubale03@gmail.com>
Co-authored-by: Ganesh Hubale <25399590+ganeshhubale@users.noreply.github.com>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-02-12 18:53:35 +01:00
Benjamin Reich
282ed032e3 fix anisble 11 changelog link (#2213) 2024-11-20 14:57:19 -05:00
Sandra McCann
4a0a1577ac update release table for Ansible 11 (#2158) 2024-11-19 12:22:55 -05:00
Sandra McCann
fd2c82a8a2 update release table with 2.15 EOL (#2184) 2024-11-18 12:38:45 -05:00
Akira Yokochi
99a74bfb8e fix 2.18 python requirement version (#1945) 2024-09-30 17:20:59 +01:00
林博仁 Buo-ren Lin
dce75072fa many: Fix title case of Git references (#1938)
* 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>
2024-09-25 07:32:34 +02:00
Andrew Klychkov
bf86a30bef Replace communication links with a link to communication guide, part 2 (#1864)
* 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>
2024-09-12 09:41:36 +02:00
mabezi
9076624351 add note about arguments in shebang in modules (#1718)
* add note about arguments in shebang in modules

* update note about arguments in shebang in modules

* move notes about shebang in one warning
2024-08-21 10:19:46 +01:00
Brian Coca
d29db92914 Added 'direct' to general precedence (#1740)
* added 'direct' to general precedence

* other minor fixes

* fix code lbock

* Apply suggestions from code review

Co-authored-by: Sandra McCann <samccann@redhat.com>

* clarificlearing

* Update docs/docsite/rst/reference_appendices/general_precedence.rst

---------

Co-authored-by: Sandra McCann <samccann@redhat.com>
2024-08-09 15:49:58 -04:00
Tiago R. Cunha
d4c6186c29 Remove references to archived ansible/ansible-examples repository (#1653) 2024-06-26 16:13:54 -04:00
Abhijeet Kasurde
aab5701239 Remove reference of scp_if_ssh option (#1346)
* Remove reference of scp_if_ssh option

* scp_if_ssh is removed in Ansible 2.17, remove the references

Fixes: #1341

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>

* review changes

Co-authored-by: Maxwell G <maxwell@gtmx.me>

* details about the smart setting

---------

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Maxwell G <maxwell@gtmx.me>
Co-authored-by: Don Naro <dnaro@redhat.com>
2024-06-25 21:40:43 +01:00
Sloane Hertel
c8403c74c4 Revert "Add example /usr/bin/env python as Python interpreter (#280)" (#1629)
This reverts commit 07c50093a2.
2024-06-21 14:16:23 -04:00
Matt Martz
24bded91f9 Add 2.18 support matrix entry (#1618)
* Add 2.18 support matrix entry

* fix indentation
2024-06-20 16:24:41 -04:00
Jordan Borean
0ee91b1f5e Fix up PowerShell and Windows support lifecycle (#1587)
* Fix up PowerShell and Windows support lifecycle

* Update docs/docsite/rst/reference_appendices/release_and_maintenance.rst

Co-authored-by: Don Naro <dnaro@redhat.com>

---------

Co-authored-by: Don Naro <dnaro@redhat.com>
2024-06-11 17:21:33 -04:00
Sandra McCann
4ef8336020 Update release table for Ansible 10 and 9 (#1543) 2024-06-04 11:45:40 -04:00
Rui Chen
35cd44b33f release_and_maintenance: mark 8.x unmaintained as 8.7.0 released (#1522) 2024-05-23 13:32:20 -04:00
Sandra McCann
19ce4c9e58 mark 2.14 EOL in the release table (#1502) 2024-05-22 14:42:39 -04:00
Don Naro
1153c4e91e Merge pull request #1426 from samccann/maint-table
Update release table for 2.17
2024-05-15 16:55:45 +01:00
Brian Coca
ba398559c0 clarify backup_file (#1391)
* add conditional

Also backup_file would not be present if updated is not changed

* clarify docs too

* better desc
2024-05-09 15:48:38 -04:00
Sandra McCann
38e099ea47 Add changelog link and update powershell range 2024-05-09 10:31:02 -04:00
Dávid Németh
5b17f8f3ca fix: use backticks, all sentences on a new line 2024-04-18 18:50:59 +02:00
Dávid Németh
63d711a37a fix: mentioned errors in the pull request 2024-04-18 17:00:31 +02:00
Dávid Németh
d2eb894539 feat: update the paramiko description 2024-04-09 13:48:53 +02:00
Matt Martz
2db3056cdb Unintended or undocumented functionality may be removed without deprecation (#1209)
* Unintended or undocumented functionality may be removed without deprecation

* Explain unintended functionality
2024-03-20 16:41:32 -04:00
Matt Martz
ab2d9e3d0f Fix core deprecation cycle example to match reality (#1113) 2024-02-19 13:50:54 -05:00
Abhijeet Kasurde
d9377260c0 Proof reading II (#733)
Co-authored-by: Maxwell G <maxwell@gtmx.me>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2023-12-05 11:22:07 -08:00
Sandra McCann
e0b291beab update python versions in installation guide (#836)
This PR updates the installation guide to remove the out of date Python
version and reference the support document where versions are better
maintained.
2023-11-30 14:36:38 -05:00
Sandra McCann
031bfcf473 add Ansible 9 changelogs (#831) 2023-11-21 14:27:41 -05:00
Don Naro
96c99cd391 update python versions in installation guide 2023-11-17 09:40:25 -06:00
Sandra McCann
d85357f343 EOL 2.13 in release table (#798) 2023-11-10 10:09:48 -05:00
Abhijeet Kasurde
e7390b443a Proof reading (#616)
* Proof reading
* Fixing misc typos
* Correct usage of words
* Highlight keywords

---------

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Don Naro <dnaro@redhat.com>
2023-10-25 19:57:43 +01:00
Sandra McCann
ae79ff73f4 add changeloge link to core support matrix (#692) 2023-10-25 11:07:12 -04:00
Brian Coca
2949a0f180 Added delegation info to special vars (#629)
also reordered alpha
2023-10-18 16:02:05 -04:00
Harish Rao
95f1d2d016 Changed it's to it is in all .rst files (#491) 2023-10-18 14:45:16 -04:00
Rathish R
ea6b977976 Renamed "user name" to "username" in .rst files (#536)
* Renamed "user name" to "username" in .rst files
* Updated docs/docsite/rst/dev_guide/style_guide/spelling_word_choice.rst -
renamed "username" back to "user name" in line 274
2023-10-09 12:33:43 +01:00
Brian Coca
4c8036d0dd better description of 'short' (#528)
* better description of 'short' in docs/docsite/rst/reference_appendices/special_variables.rst

Co-authored-by: Don Naro <dnaro@redhat.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
2023-10-06 13:29:10 +01:00
Biresh Biswas
8f085111b4 Replacing filename with file name (#502) 2023-10-04 16:36:20 -04:00
Mason Currie
a308e04370 Spelling fixes: "lots of" to "several" in all RST files (#488)
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
2023-10-04 12:07:38 -04:00
Kyle
ff19cf85e0 Update automationhub.rst #477 (#485)
* Update automationhub.rst Issue #477

https://github.com/ansible/ansible-documentation/issues/477
Removed Azure Preview
Changed to certified collections

* Update automationhub.rst

Fixed indent error

* Update automationhub.rst
2023-10-03 07:50:01 +02:00
Deepshri M
a4a2bad07f Update 'For instance' to 'For example' (#472) 2023-10-02 11:15:14 -04:00
Michelle McCausland
0bc0a653c5 issue-457: Update all occurrences of Ansible core to Ansible Core (#471) 2023-10-02 11:10:53 -04:00
Abhishek Mahadik
f5714d631e Fix for issue #458 (#470) 2023-10-02 11:09:23 -04:00
Matt Martz
fcf3ae8772 Bump for core 2.17 (#398)
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-09-20 15:29:34 -04:00
zu
b5721a84cd Replace controller with control node (#352)
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Don Naro <dnaro@redhat.com>
2023-09-13 15:45:05 -04:00
Felix Fontein
08263fc9b7 Update Python requirements for Ansible inclusion requirements document (#281)
* Update Python requirements for Ansible inclusion requirements document.

* Avoid passive voice.

Co-authored-by: Maxwell G <maxwell@gtmx.me>

---------

Co-authored-by: Maxwell G <maxwell@gtmx.me>
2023-08-31 20:51:51 +02:00