Commit Graph

3643 Commits (c69951daca81930da175e308432105db052104d5)

Author SHA1 Message Date
Vlad Glagolev faa6d55ee6
Fix Source Mage family mapping (#80985)
* Fix Source Mage family mapping

* Update docs too

* Add changelog fragment
1 year ago
Matt Clay b3f1290bcd
Remove docs dir dependency from man page build (#81003) 1 year ago
Mario Lenz 30a8ef0277
Roadmap: Update 8.1.0 ETA (#80998) 1 year ago
Felix Fontein 6e137433ae
Ansible 9 roadmap (#80851) 1 year ago
Esther Christopher 519caca70c
Update modules_intro.rst (#80588) 1 year ago
Sandra McCann ef56284f9d
Revert "update intersphinx links for Ansible 8" (#80960)" (#80993)
This reverts commit 7a01fb221a.
1 year ago
Sloane Hertel 090a5cdfcf
add 2.16 to the release and maintenance table (#80974) 1 year ago
Sandra McCann e801921b98
update backport instructions to use 2.15 examples (#80959) 1 year ago
Sandra McCann 7a01fb221a
update intersphinx links for Ansible 8" (#80960) 1 year ago
Matt Martz 9a87ae4406
Add 2.16 roadmap items (#80971) 1 year ago
Nasredine Bentoumi af84f7a00e
Update other_tools_and_programs.rst (#80895) 1 year ago
Carol Chen 5e550b6086
Update COLLECTIONS_8.rst (#80962)
ansible-core 2.15.1 is expected on 2023-06-19, adjusting the dates accordingly

Fix mention of Ansible-9 for when minor releases (of ansible-8) will stop
1 year ago
Sandra McCann 79677c16f1
add mission survey to docs banner (#80931)
Co-authored-by: Don Naro <dnaro@redhat.com>
1 year ago
Don Naro 939f2741c6
Docs: Update changelog for Ansible 8 (#80886) 1 year ago
Christian Adams 124f33b230
Add Ansible community 8.0.0 porting guide (#80927) 1 year ago
Sandra McCann 9fb03093b3
set latest version to 8 (#80892) 1 year ago
Anwesha Das 86e7cd57b7
Add Ansible community 8.0.0rc1 porting guide (#80873) 1 year ago
Anwesha Das 47539a19ea
Add Ansible community 7.6.0 porting guide (#80868) 1 year ago
Sandra McCann a551e8db80
eol 2.12 docs (#80850) 1 year ago
Matt Martz f4b2d4d4bb
Add pipx instructions to install guide (#80833) 1 year ago
Don Naro 10d91db003
[Docs] update node req table for 2.15 (#80823) 1 year ago
Brian Coca 19b85ff415
have docs explain why we import guard (#80569)
Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Don Naro <dnaro@redhat.com>
1 year ago
Akira Yokochi be02813d25
fix yes/no to true/false in loop documents etc (#80591) 1 year ago
fberndtsson e4194112a0
Update inconsistency playbooks_checkmode (#80692) 1 year ago
Abhijeet Kasurde c7e3c91294
Missing space in docs (#80779)
* Missing space between $ and ansible command

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
1 year ago
Jordan Borean 0a36cd910e
Removed testing support for Server 2012 and 2012 R2 (#80778) 1 year ago
Anwesha Das bf53a26deb
Add Ansible community 8.0.0b1 porting guide (#80807) 1 year ago
Sandra McCann 1ff5d2bf5c
update version switcher for 2.15 (#80556) 1 year ago
Felix Fontein 70e0b1f544
docsite build: upgrade sphinx-ansible-theme and antsibull-core (#80734) 1 year ago
Matt Clay 2cd1744be3
Use ansible.module_utils.common.text.converters (#80704)
Replace use of old `ansible.module_utils._text` and add a unit test to maintain backwards compatibility.
1 year ago
Abhijeet Kasurde be6f2f43b6
Wording change (#80664) 1 year ago
Anwesha Das dbd3bf27ec
Add Ansible community 8.0.0a3 porting guide (#80691) 1 year ago
Abhijeet Kasurde 058b722a54
Remove terminal viewing docs (#80655)
* ansible-doc command can not handle terminal plugins since they
  are not documentable and configurable. Removing documentation section
  to list them.

Fixes: #80140

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
1 year ago
Anwesha Das 038ff8b3de
Add Ansible community 8.0.0a2 porting guide (#80643) 1 year ago
Anwesha Das 5f6e1b22a7
Add Ansible community 7.5.0 porting guide (#80642) 1 year ago
Sarah Lau-Kilo 68e270d4cc
Add note guidelines for additional distributions (#80389) 1 year ago
Tim Way 791510ccba
Vars Plugin Documentation Improvement (#80470) 1 year ago
Akira Yokochi f05abd4540
fix become yes/no to true/false (#80515) 1 year ago
Matt Clay 560d5b00d0
Remove docs references to obsolete test plugins (#80576) 1 year ago
JaroslavKlech 44794e3ebc
Update tools and programs page as per community feedback (#80493) 1 year ago
Sandra McCann c1d8130df5
redirect old vmware guide (#80553) 1 year ago
Matt Martz 0ee7cfb128
Implement checks, and backwards compat change, to move forward with UTF-8 only (#80370)
Co-authored-by: Sandra McCann <samccann@redhat.com>
1 year ago
Anwesha Das d081ed3616
Adds Ansible 8 Porting Guide to Index Page (#80511) 1 year ago
Anwesha Das 362c949622
Add Ansible community 8.0.0a1 porting guide (#80498) 1 year ago
DopeforHope a7d6fdda66
Update ansible_tips_tricks.rst (#80477)
Fix quotation marks in example
1 year ago
Maxwell G 4e9d21ec32
installation_distros: update Fedora section (#80453) 1 year ago
Christinanik251 2ed4396558
Fix typo in playbooks_keywords.rst.j2 (#80461) 1 year ago
Christinanik251 5a44acc704
Update P() semantic markup example (#80464) 1 year ago
Sviatoslav Sydorenko a84b3a4e72
Fix misrendered sections in manpage generation
This change fixes bugs in the manpage generator that existed since it
was first added.

It exposes CLI `ARGUMENTS` value to manpage templates.

Before this change, the code contained a typo, causing the `for`-loop
iterate over individual characters of the `'ARGUMENTS'` string rather
than iterating over a tuple. A missing comma was at fault.

The updated code gets rid of the `for`-loop and conditionals since it
seems to have been a premature complexity increase and no other things
than `'ARGUMENTS'` were ever added into the broken iterable.

The functional change is that `arguments` is now always present in the
Jinja2 context, unlike being missing sometimes because of the previous
design (not that it was ever present, because of the bug! sigh...)

The Jinja2 templates perform an `{% if arguments %}` check, letting
the template engine silently ignore the missing variable. The clause
was always falsy, meaning that the arguments section was not included
in the manpages for at least the last 6 years. With this fix, it will
be.

This patch also deduplicates calling `opt_doc_list` @ generate_man.

It was called late in the execution, more times than necessary. This
patch makes sure it happens once by putting it at the top of the scope.

It fixes rendering library and inventory in manpages.

The corresponding Jinja2 templates have blocks wrapped with
conditionals like `{% if inventory %}` and `{% if library %}` but said
variables were never injected into the context, nor were they even
deduced on the Python side of the generator. This means that the
conditional clauses were always falsy, never showing the portions of
the manpages.

The Python script has hints for how the `inventory` variable was to be
calculated, which is confirmed through the Git paleontology efforts.

The block of code that references to the `inventory` bit was
incorrectly checking a variable with a list of nested objects for the
presence of a string which was never going to work.

This patch fixes this check by verifying the CLI flag against the
correct variable containing a list of options and exposes it to the
Jinja2 templates.
It also exposes the `library` variable in a similar way.

The block displaying other binaries in Sphinx CLI docs has been
synchronized with the manpage template.
Previously, the current binary was displayed also. This patch gets rid
of the unwanted trailing comma there too.

Finally, the CLI executables list in the manpage template now reuses
the same variable as the RST template that doesn't need any
post-processing in Jinja2.
Before, it was already used in the RST template so this patch aligns
both templates to use the same logic as they got out-of-sync over time.

PR #80450.
1 year ago
Yiannis af6d75e313
Add OpenSUSE to the distro's installation guide (#80308)
* Add OpenSUSE to the distro's installation guide

Similar to the rest of the distros, OpenSUSE distributes ansible and it was
missing.

Signed-off-by: ybonatakis <ybonatakis@suse.com>
1 year ago