Hi, I am not able to get the "ping" modules working when using privilege escalation on Solaris 11.
I am using Ansible 1.9.4 from a CentOS 7.1 control machine: $ ansible --version ansible 1.9.4 configured module search path = None $ cat /etc/redhat-release CentOS Linux release 7.1.1503 (Core) Remote server 'server1' is Solaris 11.1: -bash-4.1$ uname -a SunOS dbservere4 5.11 11.1 sun4v sparc sun4v On the remote server 'server1' the account used to establish the SSH connection with has 'pfexec' privilges to become 'root': -bash-4.1$ pfexec id uid=0(root) gid=0(root) Can someone help me understand why this is not working? $ ANSIBLE_BECOME=True ANSIBLE_BECOME_METHOD=pfexec ansible server1 -m ping server1 | FAILED => Internal Error: this module does not support running commands via pfexec Thanks, Thomas -- 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/d77b688d-73f9-47a0-bb2f-cbbf9fdc2755%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
