Skip to content

Instantly share code, notes, and snippets.

@s3w47m88
Created April 10, 2017 03:39
Show Gist options
  • Select an option

  • Save s3w47m88/ac079bfe3c54d81b0db5b0745cf2ff68 to your computer and use it in GitHub Desktop.

Select an option

Save s3w47m88/ac079bfe3c54d81b0db5b0745cf2ff68 to your computer and use it in GitHub Desktop.
re-run
trellis git:(master) ✗ ./bin/deploy.sh staging staging.kangapestcontrol.com
PLAY [Ensure necessary variables are defined] **********************************
TASK [Ensure environment is defined] *******************************************
skipping: [localhost]
PLAY [Test Connection] *********************************************************
TASK [connection : Require manual definition of remote-user] *******************
skipping: [staging.kangapestcontrol.com]
TASK [connection : Specify preferred HostKeyAlgorithms for unknown hosts] ******
skipping: [staging.kangapestcontrol.com]
TASK [connection : Check whether Ansible can connect as web] *******************
Enter passphrase for key '/Users/spencerhill/.ssh/id_rsa':
ok: [staging.kangapestcontrol.com -> localhost]
TASK [connection : Warn about change in host keys] *****************************
skipping: [staging.kangapestcontrol.com]
TASK [connection : Set remote user for each host] ******************************
skipping: [staging.kangapestcontrol.com]
TASK [connection : Announce which user was selected] ***************************
skipping: [staging.kangapestcontrol.com]
TASK [connection : Load become password] ***************************************
skipping: [staging.kangapestcontrol.com]
PLAY [Deploy WP site] **********************************************************
TASK [setup] *******************************************************************
ok: [staging.kangapestcontrol.com]
TASK [Ensure site is valid] ****************************************************
System info:
Ansible 2.2.1.0; Darwin
Trellis 1.0.0-rc.1: April 7th, 2017
---------------------------------------------------
Site `staging.kangapestcontrol.com` is not valid. Available sites to deploy:
kangapestcontrol.com
fatal: [staging.kangapestcontrol.com]: FAILED! => {"changed": false, "failed": true}
to retry, use: --limit @/Users/spencerhill/Sites/kangapestcontrol.com/trellis/deploy.retry
PLAY RECAP *********************************************************************
localhost : ok=0 changed=0 unreachable=0 failed=0
staging.kangapestcontrol.com : ok=2 changed=0 unreachable=0 failed=1
➜ trellis git:(master) ✗ D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment