# To generate an example config file (a "disabled" one with all default settings, commented out): ansible-config init --disabled > ansible.cfg # Also you can now have a more complete file by including existing plugins: ansible-config init --disabled -t all > ansible.cfg # Voir la configuration : ansible-config dump --only-changed -t all