ansible-documentation icon indicating copy to clipboard operation
ansible-documentation copied to clipboard

Ansible community documentation

Results 114 ansible-documentation issues
Sort by recently updated
recently updated
newest added

The skeleton JSON object documented in: https://docs.ansible.com/ansible/latest/dev_guide/developing_inventory.html#tuning-the-external-inventory-script ```json { "_meta": { "hostvars": {} }, "all": { "children": [ "ungrouped" ] }, "ungrouped": { "children": [ ] } } ``` ...doesn't...

documentation

Let's plan a docs hackfest to make language in our documentation more inclusive. Some suggestions to look for: `simple, simply, obvious,obviously, guy, guys, man` in docs (ansible-base + collections) ETA:...

good first issue

Clicking `Edit on GitHub` on https://docs.ansible.com/ansible/latest/dev_guide/index.html (same in devel) returns 404 Switching between branches, doesn't help ![Screenshot from 2023-11-13 09-45-55](https://github.com/ansible/ansible-documentation/assets/34477873/327e5d1a-e13f-4e0f-8cc7-580d95868ab7)

doc builds

The links in sidebar within the [Developer Guide](https://docs.ansible.com/ansible/devel/dev_guide/index.html#developer-guide) page appear as subpages. But when these pages are opened, they are not in the sidebar hierarchy. Some of links inside of...

documentation

### Summary I'm searching for the docs of `ansible.builtin.*` of ansible 2.14.0, i always end up with the docs for `latest` or 8. ![image](https://github.com/ansible/ansible/assets/518090/e8dc9eca-8600-4e38-90a9-f3f11f68ba03) https://docs.ansible.com/ansible/latest/collections/ansible/builtin/ping_module.html There i can select "2.9"...

tooling

Hi, Little backstory: Having spent time lately catching up with what happened in the Ansible world, I've been a little annoyed by the fact the official documentation doesn't implement best...

documentation

1. Looks like the pages of CLI tools listed in https://docs.ansible.com/ansible/devel/command_guide/index.html don't render seealso's correctly. 2. The pages are generated somehow using associated CLI argumets' source code files (just click...

doc builds

### Summary Each time I read an info block like this: > Note > > This vars plugin is part of `ansible-core` and included in all Ansible installations. In most...

doc builds

We should have a linkchecker that runs as github check workflow/actions for PR's. It should be part of a standard ansible workflow/action for any of our projects that use RST...

doc builds

The conversation in https://github.com/ansible/ansible-documentation/pull/289 highlighted a couple of examples where we should really be using intersphinx links. Rather than hold up that PR while we discuss the options, use this...

documentation
doc builds