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

### Summary https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#understanding-variable-precedence shows `include params` in number 21 of the precendence list, but I could not find any example of how it can be used. I tried it similar...

documentation

##### SUMMARY Please let sphinx build documentation for the python API. ----- Apparently docs.ansible.com and everything in the ansible-doc (RPM) package is rendered from the [docs/](https://github.com/ansible/ansible/tree/devel/docs/) directory in this repo....

The `examples/` folder contains a good few artifacts that are likely to be no longer be maintained or related to docs. ```[tasklist] ### Tasks - [ ] prune stale content...

documentation

The `hacking/` folder is be temporarily duplicated with the `ansible/ansible` repository. This folder is included in its entirety to make sure the `ansible-documentation` repository has a functional copy and the...

doc builds

This issue requires fixes for different repositories but I'm putting the details here for convenience. This is also directly related to a documentation effort so it's relevant. Inspired by https://forum.ansible.com/t/call-to-action-send-us-your-see-also-suggestions/4093/2...

good first issue

The purpose of this issue is to EOL translated versions and update options for the `core_lang` tag in the `available_versions` section of `conf.py` here: https://github.com/ansible/ansible-documentation/blob/5a15d6384829fdd83c5f7a9e96f62eca8e938f3d/docs/docsite/rst/conf.py#L248 `2.13_ja` is EOL but is...

When Ansible 10 is released we should consider bumping the Python version to 3.11. We are currently using 3.10 because it is the highest version supported with 2.14. https://github.com/ansible/ansible-documentation/blob/5a15d6384829fdd83c5f7a9e96f62eca8e938f3d/noxfile.py#L91 https://github.com/ansible/ansible-documentation/blob/5a15d6384829fdd83c5f7a9e96f62eca8e938f3d/.github/workflows/reusable-pip-compile.yml#L58

tooling

Release checklist for Ansible 10 documentation. See follow on comment for full list.

Possible fix for #90. If I've read the various issues and comments correctly, this should reflect the current behavior of Ansible. If it does not, I hope comments and corrections...

DaWGs
new_contributor
core_approval

Hello! The table presents boolean values and their interpretations within Ansible. https://github.com/ansible/ansible-documentation/blob/adb97e4daa2b0d1a155b6707dca0f160d2de2993/docs/docsite/rst/playbook_guide/playbooks_variables.rst?plain=1#L106-L116 However, the distinction between native boolean values and those interpretable as boolean could be clearer. This lack of...

new_contributor