Last active
March 23, 2016 20:38
-
-
Save danehans/b8566fc0ba455089a7bc to your computer and use it in GitHub Desktop.
ansible_2.x_contrib_coreos_fail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ansible --version | |
| ansible 2.0.1.0 | |
| config file = | |
| configured module search path = Default w/o overrides |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TASK [setup] ******************************************************************* | |
| <core-master> ESTABLISH SSH CONNECTION FOR USER: core | |
| <core-master> SSH: EXEC ssh -C -q -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=core -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r -tt core-master '/bin/sh -c '"'"'( umask 22 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1458763731.64-71428652450956 `" && echo "` echo $HOME/.ansible/tmp/ansible-tmp-1458763731.64-71428652450956 `" )'"'"'' | |
| <core-master> PUT /tmp/tmpczemAb TO /home/core/.ansible/tmp/ansible-tmp-1458763731.64-71428652450956/setup | |
| <core-master> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=core -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r '[core-master]' | |
| <core-master> ESTABLISH SSH CONNECTION FOR USER: core | |
| <core-master> SSH: EXEC ssh -C -q -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=core -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r -tt core-master '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-mhcfconbdoazbftvcobeuidgqzsyvgef; /bin/sh -c '"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 PATH=/opt/bin:$PATH python /home/core/.ansible/tmp/ansible-tmp-1458763731.64-71428652450956/setup; rm -rf "/home/core/.ansible/tmp/ansible-tmp-1458763731.64-71428652450956/" > /dev/null 2>&1'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"''"'"'' | |
| fatal: [core-master]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_name": "setup"}, "module_stderr": "", "module_stdout": "/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)\r\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/pypy)\r\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/pypy)\r\n/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)\r\n/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)\r\nTraceback (most recent call last):\r\n File \"app_main.py\", line 75, in run_toplevel\r\n File \"/home/core/.ansible/tmp/ansible-tmp-1458763731.64-71428652450956/setup\", line 5183, in <module>\r\n main()\r\n File \"/home/core/.ansible/tmp/ansible-tmp-1458763731.64-71428652450956/setup\", line 139, in main\r\n data = run_setup(module)\r\n File \"/home/core/.ansible/tmp/ansible-tmp-1458763731.64-71428652450956/setup\", line 83, in run_setup\r\n facts = ansible_facts(module)\r\n File \"/home/core/.ansible/tmp/ansible-tmp-1458763731.64-71428652450956/setup\", line 5118, in ansible_facts\r\n facts.update(Facts().populate())\r\n File \"/home/core/.ansible/tmp/ansible-tmp-1458763731.64-71428652450956/setup\", line 2258, in __init__\r\n self.get_platform_facts()\r\n File \"/home/core/.ansible/tmp/ansible-tmp-1458763731.64-71428652450956/setup\", line 2304, in get_platform_facts\r\n self.get_distribution_facts()\r\n File \"/home/core/.ansible/tmp/ansible-tmp-1458763731.64-71428652450956/setup\", line 2607, in get_distribution_facts\r\n release = re.search(\"^GROUP=(.*)\", data)\r\n File \"/opt/bin/pypy/lib-python/2.7/re.py\", line 142, in search\r\n return _compile(pattern, flags).search(string)\r\nTypeError: expected a readable buffer object\r\n", "msg": "MODULE FAILURE", "parsed": false} | |
| NO MORE HOSTS LEFT ************************************************************* | |
| to retry, use: --limit @cluster.retry | |
| PLAY RECAP ********************************************************************* | |
| core-master : ok=7 changed=0 unreachable=0 failed=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment