# HG changeset patch # User Oleksandr Gavenko # Date 1598436352 -10800 # Node ID 315b44793009148e5281aeba13ed38b0fbfe77dc # Parent 238b04562c8c81d16e3fd6d52d657f888ac29662 Module defaults. diff -r 238b04562c8c -r 315b44793009 ansible.rst --- a/ansible.rst Tue Aug 25 09:49:47 2020 +0300 +++ b/ansible.rst Wed Aug 26 13:05:52 2020 +0300 @@ -49,3 +49,19 @@ Network Debug and Troubleshooting Guide. https://stackoverflow.com/questions/42417079/how-to-debug-ansible-issues How to debug Ansible issues? + +Bash completion +=============== + +https://github.com/ansible/ansible/issues/36397 + Provide bash-completion script for ansible commands. +https://docs.ansible.com/ansible/devel/installation_guide/intro_installation.html#shell-completion + As of Ansible 2.9 shell completion of the ansible command line utilities is available and provided + through an optional dependency called argcomplete. + +Ansible language +================ + +https://docs.ansible.com/ansible/latest/user_guide/playbooks_module_defaults.html + Module defaults. +