Skip to content

Instantly share code, notes, and snippets.

@kaareal
Created June 29, 2015 09:06
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 kaareal/b1bc20b0fb540d84c685 to your computer and use it in GitHub Desktop.
Save kaareal/b1bc20b0fb540d84c685 to your computer and use it in GitHub Desktop.
kaareal@Kaares-MacBook-Pro ~/c/ansible> make staging-nervecenter
Git codebase is up-to-date
ansible-playbook -f20 -i inventories/ec2-private --limit "tag_role_nervecenter:&tag_environment_staging" playbooks/full-stack.yml
PLAY [tag_role_redis] *********************************************************
skipping: no hosts matched
PLAY [tag_role_redis-sentinel] ************************************************
skipping: no hosts matched
PLAY [tag_role_cassandra] *****************************************************
skipping: no hosts matched
PLAY [tag_role_mongo] *********************************************************
skipping: no hosts matched
PLAY [tag_role_rabbitmq] ******************************************************
skipping: no hosts matched
PLAY [tag_role_trends-elasticsearch] ******************************************
skipping: no hosts matched
PLAY [tag_role_elasticsearch-trends] ******************************************
skipping: no hosts matched
PLAY [tag_role_labs-elasticsearch] ********************************************
skipping: no hosts matched
PLAY [tag_role_elasticsearch:&tag_environment_staging] ************************
skipping: no hosts matched
PLAY [tag_role_elasticsearch:&tag_environment_prod] ***************************
skipping: no hosts matched
PLAY [tag_role_elasticsearch-master:&tag_environment_prod] ********************
skipping: no hosts matched
PLAY [tag_role_labs-bottlenose-api] *******************************************
skipping: no hosts matched
PLAY [tag_role_bottlenose-api] ************************************************
skipping: no hosts matched
PLAY [tag_role_nervecenter:&tag_environment_staging] **************************
GATHERING FACTS ***************************************************************
fatal: [10.66.10.240] => SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh
fatal: [10.66.11.157] => SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh
TASK: [ssh-keys | Create .ssh directories] ************************************
FATAL: no hosts matched or all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/Users/kaareal/full-stack.retry
10.66.10.240 : ok=0 changed=0 unreachable=1 failed=0
10.66.11.157 : ok=0 changed=0 unreachable=1 failed=0
make: *** [staging-nervecenter] Error 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment