In my servers i can able to execute commands only via "sudo su -" . so I'm looking option to login server with my local username and do sudo su - to excute commands .
I could see some path on https://github.com/ansible/ansible/pull/13764/commits/047fcd5902102407259b7db4df8aa219e1c538ae . Is it the only option available and so means how to apply to my system . [root@myvm~]# rpm -qa | grep ansible ansible-2.1.0.0-1.el7.noarch [root@myvm~]# [root@myvm~]# ansible --version ansible 2.1.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides [root@myvm~]# -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/3ba7c4ff-f4dc-4ff6-82bb-c0aa2ef0888c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
