Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Problem run the playbook websit.yml #17

Open
huikang opened this issue Jun 30, 2015 · 2 comments
Open

Problem run the playbook websit.yml #17

huikang opened this issue Jun 30, 2015 · 2 comments

Comments

@huikang
Copy link

huikang commented Jun 30, 2015

Hi,
I go the following error when running ansible-playbook -i inventory/vagrant website.yml.

The step to install docker-py and pull the container imagess seem successful. It failed at launching the container. Can anyone help? Thanks.

My coreos version is VERSION=647.2.0

TASK: [pull container] ********************************************************
ok: [core-02]
ok: [core-01]

TASK: [launch nginx container] ************************************************
failed: [core-01] => {"failed": true, "parsed": false}
invalid output was: /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/pypy)
/home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/pypy)
Traceback (most recent call last):
File "app_main.py", line 75, in run_toplevel
File "/home/core/.ansible/tmp/ansible-tmp-1435675179.7-61095459323454/docker", line 1813, in
main()
File "/home/core/.ansible/tmp/ansible-tmp-1435675179.7-61095459323454/docker", line 709, in main
except docker.client.APIError, e:
AttributeError: 'module' object has no attribute 'APIError'

failed: [core-02] => {"failed": true, "parsed": false}
invalid output was: /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/pypy)
/home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/pypy)
Traceback (most recent call last):
File "app_main.py", line 75, in run_toplevel
File "/home/core/.ansible/tmp/ansible-tmp-1435675179.7-172731872346784/docker", line 1813, in
main()
File "/home/core/.ansible/tmp/ansible-tmp-1435675179.7-172731872346784/docker", line 709, in main
except docker.client.APIError, e:
AttributeError: 'module' object has no attribute 'APIError'

FATAL: all hosts have already failed -- aborting

@TooDizzy
Copy link

I see a similar error and it's kinda blocking. Any help is much appreciated.

@noqcks
Copy link

noqcks commented Jun 29, 2016

Same error here.

coreos: 899.x
ansible: 2.1.0.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@huikang @TooDizzy @noqcks and others