-`-u` | `--remote-user` : Set the login user to the remote server (__Required__)
-`-h` | `--remote-host` : Set the hostname or IP address of the remote server (__Default__: `10.10.10.27`)
-`-P` | `--remote-port` : Set the ssh port of the remote server (__Default__: `22`)
-`-p` | `--remote-path` : Set path to the document root on the remote server (__Default__: `/home/<remote-user>/public_html`)
-`-t` | `--ansible-tags`: Set the specific task you want run. See available sync tasks section for details
-`--remote-php` : Set the path to php on the remote server
...
...
@@ -80,10 +82,11 @@ vendor-dir
└── README.md
```
You can also overwrite the default value of `--remote-host`, `--remote-path`, `--remote-php`, etc, by setting it in the created master file.
You can also overwrite the default value of `--remote-host`, `--remote-port`, `--remote-path`, `--remote-php`, etc, by setting it in the created master file.