ansible.rst
changeset 2430 315b44793009
parent 2390 f2b450fa4f4b
child 2435 27921ee2c781
equal deleted inserted replaced
2429:238b04562c8c 2430:315b44793009
    47 
    47 
    48 https://docs.ansible.com/ansible/latest/network/user_guide/network_debug_troubleshooting.html
    48 https://docs.ansible.com/ansible/latest/network/user_guide/network_debug_troubleshooting.html
    49   Network Debug and Troubleshooting Guide.
    49   Network Debug and Troubleshooting Guide.
    50 https://stackoverflow.com/questions/42417079/how-to-debug-ansible-issues
    50 https://stackoverflow.com/questions/42417079/how-to-debug-ansible-issues
    51   How to debug Ansible issues?
    51   How to debug Ansible issues?
       
    52 
       
    53 Bash completion
       
    54 ===============
       
    55 
       
    56 https://github.com/ansible/ansible/issues/36397
       
    57   Provide bash-completion script for ansible commands.
       
    58 https://docs.ansible.com/ansible/devel/installation_guide/intro_installation.html#shell-completion
       
    59   As of Ansible 2.9 shell completion of the ansible command line utilities is available and provided
       
    60   through an optional dependency called argcomplete.
       
    61 
       
    62 Ansible language
       
    63 ================
       
    64 
       
    65 https://docs.ansible.com/ansible/latest/user_guide/playbooks_module_defaults.html
       
    66   Module defaults.
       
    67