Skip to content

Instantly share code, notes, and snippets.

@celikmustafa89
Created April 29, 2016 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save celikmustafa89/d75c319f11e41dfc885421ceeb90f149 to your computer and use it in GitHub Desktop.
Save celikmustafa89/d75c319f11e41dfc885421ceeb90f149 to your computer and use it in GitHub Desktop.
TASK: [Ensure Rabbitmq vhost] *************************************************
skipping: [ansible03_keystone_container-8dc9e125]
skipping: [ansible02_keystone_container-66658d2c]
<172.29.237.223> ESTABLISH CONNECTION FOR USER: root
<172.29.237.223> REMOTE_MODULE rabbitmq_vhost name=/keystone state=present
<172.29.237.223> EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=120 172.29.237.223 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python'
failed: [ansible01_keystone_container-3c98f8e9 -> ansible01_rabbit_mq_container-03db76b3] => {"failed": true}
msg: Failed to find required executable rabbitmqctl
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/root/os-keystone-install.retry
ansible01_keystone_container-3c98f8e9 : ok=6 changed=0 unreachable=0 failed=1
ansible02_keystone_container-66658d2c : ok=6 changed=1 unreachable=0 failed=0
ansible03_keystone_container-8dc9e125 : ok=6 changed=1 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment