Created
August 14, 2017 07:03
-
-
Save s3w47m88/b93ff436ae971faacb87a829fa61a147 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ 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