Hello, On Thu, May 14, 2020 at 12:49 PM mahesh g o <[email protected]> wrote: > i am getting below error when run the playbook: > fatal: [localhost]: UNREACHABLE! => {"changed": false, "msg": "ssl: auth > method ssl requires a username", "unreachable": true} >
are you setting (or asking) username somewhere? Because you specified username and password, which are not the variables used by ansible (ansible_user, ansible_pass). Luca -- "E' assurdo impiegare gli uomini di intelligenza eccellente per fare calcoli che potrebbero essere affidati a chiunque se si usassero delle macchine" Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716) "Internet è la più grande biblioteca del mondo. Ma il problema è che i libri sono tutti sparsi sul pavimento" John Allen Paulos, Matematico (1945-vivente) Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , <[email protected]> -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAKuX69rC391HYrS%2BvBwH-JHyLP5s2p980Lw6qHbzNiwaxkpsWw%40mail.gmail.com.
