Skip to content

Instantly share code, notes, and snippets.

@ppearcy
Created January 17, 2014 20:26
Show Gist options
  • Save ppearcy/8480777 to your computer and use it in GitHub Desktop.
Save ppearcy/8480777 to your computer and use it in GitHub Desktop.
Ansible error
2014-01-17 15:18:01,404 p=5873 u=ppearcy |
2014-01-17 15:18:01,404 p=5873 u=ppearcy | /usr/local/Cellar/ansible/1.4.4/libexec/bin/ansible saf-local -vvvv -i ../hosts -m service -a name=isim state=started
2014-01-17 15:18:01,404 p=5873 u=ppearcy |
2014-01-17 15:18:01,440 p=5873 u=ppearcy | <192.168.100.10> ESTABLISH CONNECTION FOR USER: ppearcy
2014-01-17 15:18:01,440 p=5873 u=ppearcy | <192.168.100.10> EXEC ['ssh', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/ppearcy/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'ConnectTimeout=10', '192.168.100.10', "/bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-1389989881.44-54951323270350 && chmod a+rx $HOME/.ansible/tmp/ansible-1389989881.44-54951323270350 && echo $HOME/.ansible/tmp/ansible-1389989881.44-54951323270350'"]
2014-01-17 15:18:02,539 p=5873 u=ppearcy | <192.168.100.10> REMOTE_MODULE service name=isim state=started
2014-01-17 15:18:02,544 p=5873 u=ppearcy | <192.168.100.10> PUT /var/folders/83/80wd6wvs6r561wnx4_nr0f4r0000gn/T/tmpWfZ0j8 TO /home/ppearcy/.ansible/tmp/ansible-1389989881.44-54951323270350/service
2014-01-17 15:18:02,569 p=5873 u=ppearcy | <192.168.100.10> PUT /var/folders/83/80wd6wvs6r561wnx4_nr0f4r0000gn/T/tmpiQplZX TO /home/ppearcy/.ansible/tmp/ansible-1389989881.44-54951323270350/arguments
2014-01-17 15:18:02,590 p=5873 u=ppearcy | <192.168.100.10> EXEC ['ssh', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/ppearcy/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'ConnectTimeout=10', '192.168.100.10', "/bin/sh -c '/usr/bin/python /home/ppearcy/.ansible/tmp/ansible-1389989881.44-54951323270350/service /home/ppearcy/.ansible/tmp/ansible-1389989881.44-54951323270350/arguments; rm -rf /home/ppearcy/.ansible/tmp/ansible-1389989881.44-54951323270350/ >/dev/null 2>&1'"]
2014-01-17 15:18:02,746 p=5873 u=ppearcy | 192.168.100.10 | FAILED >> {
"failed": true,
"msg": "failed determining service state, possible typo of service name?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment