Commit Graph

54686 Commits

Author SHA1 Message Date
Andrew Klychkov
fd41e24701 [Needs SC review] community/other_tools_and_programs.rst: update (#2284)
* community/other_tools_and_programs.rst: update

* Add a link to Awesome Ansible for editors info

* Fix

* Update docs/docsite/rst/community/other_tools_and_programs.rst

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

* Add SC as codeowners

* Fix

---------

Co-authored-by: Sandra McCann <samccann@redhat.com>
2024-12-18 09:30:56 -05:00
ansible-documentation-bot[bot]
cff89e9af1 [devel] ci: refresh docs build dependencies (#2301)
* ci: refresh docs build dependencies

* ci: refresh docs build dependencies

---------

Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
2024-12-17 17:24:40 +00:00
Mario Lenz
7e6cb4c50a Ansible 12 roadmap (#2252)
* Ansible 12 roadmap

* Fix C&P error

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

* Suggestion from felixfontein

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

* Update some links

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

* Suggestion from acozine

Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>

* Fix typo

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
2024-12-17 18:24:12 +01:00
ansible-documentation-bot[bot]
c6820dfc6d ci: refresh dev dependencies (#2299) 2024-12-16 15:58:41 -06:00
Maxwell G
0fa9e783ab ci pip-compile: specify the correct Python version for each branch (#2304)
CI jobs for stable-2.18 and stable-2.17 were failing before this; they
use a different Python version for lockfile generation that was not
incidentally installed like Python 3.11.
2024-12-16 15:35:35 -06:00
Alexei Znamensky
538390da03 fix typo (#2293) 2024-12-12 05:58:38 +00:00
Andrew Klychkov
dec5bced9a intro_installation.rst: fix formatting (#2289)
intro_installation.rst: fix formatting
2024-12-11 12:27:54 +00:00
Don Naro
48e44386f3 Update noxfile and pip-compile sessions to fix failing workflows (#2260)
* update python version syntax in pip-compile session

* change pip-compile names in workflows
2024-12-11 11:57:59 +00:00
Sloane Hertel
2e09b533ce Use name instead of source for the documentation on installing directories (#2259) 2024-12-11 11:49:25 +00:00
Sloane Hertel
2b7145d199 Link to templating functions from the variables page (#2258)
* Link to templating functions from the variables page

Add query/q templating function to the working with playbooks page

* fix typos, simplify example
2024-12-10 16:50:46 -05:00
ansible-documentation-bot[bot]
a3aaa7450f ci: refresh docs build dependencies (#2269)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
2024-12-10 10:36:57 -05:00
Akira Yokochi
22a4625c42 fix file name to execution-environment.yml (#2240)
* fix file name to execution-environment.yml

* fix syntax
2024-12-10 10:31:29 -05:00
Pariksheet Nanda
2cf205396e Emacs editor integration of ansible-lint ansible/ansible-lint#1326 (#2239) 2024-12-10 10:30:58 -05:00
Brian Coca
0a84867064 ansible-vault show how to decrypt strings (#2238)
* ansible-vault show how to decrypt strings

* izpelll

* Update docs/docsite/rst/vault_guide/vault_encrypting_content.rst

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

* Update docs/docsite/rst/vault_guide/vault_encrypting_content.rst

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

---------

Co-authored-by: Don Naro <dnaro@redhat.com>
2024-12-10 10:29:48 -05:00
Don Naro
dbd98b0497 add maintainer docs for building and publishing (#2148)
* add maintainer docs for building and publishing

This change adds details about building and publishing Ansible package
docs using the GH workflow. Additionally this change adds details about
maintaining Read the Docs projects and the community package docs builds
repository.

* Update MAINTAINERS.md

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

* review feedback

* fix bare url

* nit ubuntu version

---------

Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
2024-12-10 10:28:28 -05:00
ansible-documentation-bot[bot]
fe89755810 ci: refresh dev dependencies (#2267)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
2024-12-09 17:33:13 +00:00
Andrew Klychkov
5569b25c51 run_execution_environment.rst: fix a note (#2253)
* run_execution_environment.rst: fix a note

run_execution_environment.rst: fix a note

* Update run_execution_environment.rst
2024-12-05 09:54:26 +00:00
Matt Martz
6bda95ba1c Add 2.19 roadmap (#2138)
* Add 2.19 roadmap

* Add planned work to roadmap

* If I make this code is spelling happy?

* Ignore stdio

* Revert "If I make this code is spelling happy?"

This reverts commit 0b20dc4581.

* blargh

* Revert "Ignore stdio"

This reverts commit 275f7c1a16.
2024-12-04 17:18:08 +00:00
Maxwell G
efd49d7f0a tests: switch to uv pip-compile for lockfiles (#2084)
* tests: switch to uv pip-compile for lockfiles

This switches the nox pip-compile session and lockfiles to use uv pip
compile (written in Rust and much faster) instead of pip-compile from
pip-tools for our dependency update jobs.

As a side effect, this addresses the issue brought up in
https://github.com/ansible/ansible-documentation/pull/1950#issuecomment-2443965477,
as we're no longer using pip-compile that can break anytime pip changes
the private/internal APIs that pip-tools relies on.

I re-generated the lockfiles with `--no-upgrade` to avoid extraneous
changes in this PR.
The only additions are the formatting of comments in the lockfile and
colorama.
colorama was added as a result of `uv pip-compile`'s `--universal` flag
which creates "universal" lockfiles that include dependencies of other
platforms, architectures, and Python versions than those of the system
used to generate the lockfile.
`--universal` should create more consistent results for contributors who
use other systems
(e.g., Mac OS or a newer Python version than the one used in CI).

Fixes: https://github.com/ansible/ansible-documentation/issues/1755

* nox pip_compile: improve code comments

Suggested-by: Don Naro <dnaro@redhat.com>
2024-12-04 11:30:37 +00:00
Mario Lenz
188f4fdbd4 Add porting guide for Ansible 9.13.0 (#2243) 2024-12-03 19:07:05 +01:00
Mario Lenz
d0c99c1cb5 Add porting guide for Ansible 10.7.0 (#2242) 2024-12-03 18:58:18 +01:00
Mario Lenz
4cf9c06cac Add porting guide for Ansible 11.1.0 (#2241) 2024-12-03 18:55:53 +01:00
ansible-documentation-bot[bot]
186f2d7469 ci: refresh dev dependencies (#2233)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
2024-12-02 12:36:47 +00:00
ansible-documentation-bot[bot]
a8b30889b1 ci: refresh docs build dependencies (#2234)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
2024-12-02 12:35:47 +00:00
zorrzoor
770c89ce55 Add package to getting started ee (#2228)
- Could not get the instructions to work on an Alma 9 minimal without
  package `python3-pip`
2024-12-02 08:06:48 +01:00
ansible-documentation-bot[bot]
517a332ae4 ci: refresh docs build dependencies (#2227)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
2024-11-26 13:39:23 +00:00
ansible-documentation-bot[bot]
d8201b6868 ci: refresh dev dependencies (#2222)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
2024-11-25 18:16:56 +00:00
Sandra McCann
da2f83743b update intersphinx links for Ansible 11 (#2212) 2024-11-21 21:59:24 +00:00
Felix Fontein
148ce639ea [devel] Update docs build dependencies; bump antsibull-docs to 2.16.1 (#2217)
* Bump antsibull-docs to 2.16.1.

* ci: refresh docs build dependencies

---------

Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
2024-11-21 15:34:16 -05: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
1fb0215732 update version switcher for Ansible 11 (#2159) 2024-11-19 12:22:19 -05:00
Don Naro
1042eca6d6 LICENSE and DCO in CODEOWNERS for doc maintainers (#2193)
* LICENSE and DCO in CODEOWNERS for doc maintainers

This change adds the LICENSE, DCO, and MAINTAINERS.md files to
CODEOWNERS and specifies the community docs maintainers team as owners.
The purpose of this change is to prevent any unintentional or
unauthorized modifications to these files. Resolves #2178

* add details about RH open-source legal
2024-11-19 12:22:00 -05:00
Mario Lenz
dfeee25bd2 Add porting guide for Ansible 11.0.0 (#2197) 2024-11-19 12:21:08 -05:00
Sandra McCann
3a135cf952 fix bad formating (#2192)
* fix bad formating

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

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

---------

Co-authored-by: Don Naro <dnaro@redhat.com>
2024-11-19 08:07:44 +00:00
Sandra McCann
aff3a84783 update backport instructions (#2183) 2024-11-18 12:43:27 -05:00
Sandra McCann
fd2c82a8a2 update release table with 2.15 EOL (#2184) 2024-11-18 12:38:45 -05:00
Sandra McCann
7f11306526 Update some info on distribution servers (#2119)
* update some links

* remove galax details and leave it to galaxy docs
2024-11-18 10:51:42 -05:00
Prithvi Ramakrishnan
cb1f9d6ac6 Remove string conversion action documentation reference (#2120) 2024-11-18 10:50:40 -05:00
ansible-documentation-bot[bot]
5781146ed8 ci: refresh dev dependencies (#2174)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
2024-11-18 11:37:36 +00:00
Felix Fontein
16e677f1f4 [devel] Update docs build dependencies, use antsibull-docs 2.16.0 (#2167)
* Bump antsibull-docs to 2.16.0.

* ci: refresh docs build dependencies

---------

Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
2024-11-18 09:59:10 +00:00
Conner Crosby
fab962d1e1 Fix the misspelled word 'not' (#2161) 2024-11-16 19:04:31 +01:00
Sandra McCann
e427a22bb4 remove swiftype search engine (#2140) 2024-11-14 10:28:06 -05:00
Alan Jenkins
4f0f5d1cf2 fix: Remove stray reference to group_by_module (#2142)
Reference to group_by_module was substituted in where it did not make
sense:  https://github.com/ansible/ansible/pull/43856

This reference is not essential.  It is already referenced
indirectly, via :ref:`os_variance`.

Revert back to referencing the variables page.

Credit for fix and diagnosis: @samccann.  See issue #2077.
2024-11-13 10:04:19 -05:00
Don Naro
8a81cd5081 update pip compile dev workflow for 2.18 (#2130)
* update pip compile dev workflow for 2.18

* add maintainer docs about updating the workflow
2024-11-12 21:03:06 +00:00
Mario Lenz
72cb750ac9 Add porting guide for Ansible 11.0.0rc1 (#2135) 2024-11-12 18:18:35 +01:00
ansible-documentation-bot[bot]
8f33bd921f ci: refresh dev dependencies (#2125)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
2024-11-12 13:48:30 +00:00
Don Naro
aba66631d3 comment the extra banner to remove community survey (#2132) 2024-11-12 13:09:54 +00:00
Andrew Klychkov
0de54a9fb2 build_execution_environment: add working version of Fedora (#2126) 2024-11-11 08:11:27 +00:00
Sandra McCann
8c244c3e0b add note and link for galaxy.yml details (#2092) 2024-11-07 13:46:05 -05:00