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 Some default value in ansible.cfg doc and output generated by `ansible-config init --disabled --format ini -t base` contains value like this, for example `roles_path={{ ANSIBLE_HOME ~ "/roles:/usr/share/ansible/roles:/etc/ansible/roles" }}`...

new_contributor

Documentation on role attributes that was removed from #1130. Should be extended with a deprecation warning once https://github.com/ansible/ansible/pull/82678 gets merged.

backport-2.15
backport-2.14
backport-2.16

I believe some of the documentation on organizing inventory and variables for multiple static inventories may be lacking a warning and therefore be slightly misleading: * https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html#understanding-variable-precedence * https://docs.ansible.com/ansible/latest/tips_tricks/sample_setup.html#alternative-directory-layout *...

new_contributor

To further align core with the rest of the projects in the Ansible ecosystem, we should host docs on Read The Docs (RTD) within the `ansible` namespace. This not only...

doc builds

### Summary ansible/ansible#75406 took the first step toward documenting Matrix as an option for Ansible community chat. Here's the remaining work to be done: - [x] update references to specific...

documentation

Here are screenshot of problem: ![image](https://github.com/ansible/ansible-documentation/assets/1286400/16341474-2b39-4ee2-bf80-b8c02a114244) When I double-click on section header to copy it to my code I don't want to finish with permalink-emoji within my YAML. :-) Seems...

doc builds

### Summary Add a page with examples for `ansible-playbook` and other commonly-used CLI commands, similar to an O'Reilly cookbook. Include lots of options/flags. - [x] `ansible-playbook` - [x] `ansible-galaxy` -...

documentation

While referring to: https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_loops.html#retrying-a-task-until-a-condition-is-met we found that this specific line is not accurate: "If until is not specified, the task will retry until the task succeeds but at most retries...

needs_info
new_contributor

This clarifies behaviour raised in https://github.com/ansible/ansible/issues/81950 and https://github.com/ansible/ansible/issues/77550 as expected and documented.

backport-2.15
backport-2.14
new_contributor
backport-2.16

based on https://github.com/ansible/ansible-documentation/pull/880 there may be portions of hacking/build-ansible.py that is no longer used and can be removed.

doc builds