Unable to locate ansible.cfg file -


i'm trying create local config file in ansible when run list-hosts command unable locate it.

enter image description here

-i switch inventory, why feed config file it?

either use ansible -i dev or don't specify -i @ use configured value ansible.cfg.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -