Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save s3w47m88/b93ff436ae971faacb87a829fa61a147 to your computer and use it in GitHub Desktop.
Save s3w47m88/b93ff436ae971faacb87a829fa61a147 to your computer and use it in GitHub Desktop.
➜ trellis git:(master) ✗ sudo ./bin/deploy.sh production 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: [kangapestcontrol.com]
TASK [connection : Specify preferred HostKeyAlgorithms for unknown hosts] ************************************************************
skipping: [kangapestcontrol.com]
TASK [connection : Check whether Ansible can connect as web] *************************************************************************
ok: [kangapestcontrol.com -> localhost]
TASK [connection : Warn about change in host keys] ***********************************************************************************
skipping: [kangapestcontrol.com]
TASK [connection : Set remote user for each host] ************************************************************************************
skipping: [kangapestcontrol.com]
TASK [connection : Announce which user was selected] *********************************************************************************
skipping: [kangapestcontrol.com]
TASK [connection : Load become password] *********************************************************************************************
skipping: [kangapestcontrol.com]
PLAY [Deploy WP site] ****************************************************************************************************************
TASK [Gathering Facts] ***************************************************************************************************************
System info:
Ansible 2.3.2.0; Linux
Trellis at "Remove potentially dangerous `db_import` option"
---------------------------------------------------
SSH Error: data could not be sent to remote host "kangapestcontrol.com". Make
sure this host can be reached over ssh
fatal: [kangapestcontrol.com]: UNREACHABLE! => {"changed": false, "unreachable": true}
to retry, use: --limit @/home/s3w47m88/Sites/kangapestcontrol.com/trellis/deploy.retry
PLAY RECAP ***************************************************************************************************************************
kangapestcontrol.com : ok=1 changed=0 unreachable=1 failed=0
localhost : ok=0 changed=0 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment