client fixes (#605)

This commit is contained in:
Jack Ivanov
2017-06-21 13:39:54 -04:00
committed by Dan Guido
parent 9d8e39f63d
commit 78bd5b017c
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -9,13 +9,13 @@ The playbook is `deploy_client.yml`
* `client_ip` - The IP address of your client machine (You can use `localhost` in order to deploy locally)
* `vpn_user` - The username. (Ensure that you have valid certificates and keys in the `configs/SERVER_ip/pki/` directory)
* `client_ssh_user` - The username that we need to use in order to connect to the client machine via SSH (ignore if you are deploying locally)
* `ssh_user` - The username that we need to use in order to connect to the client machine via SSH (ignore if you are deploying locally)
* `server_ip` - The vpn server ip address
### Example:
```shell
ansible-playbook deploy_client.yml -e 'client_ip=client.com vpn_user=jack server_ip=vpn-server.com server_ssh_user=root'
ansible-playbook deploy_client.yml -e 'client_ip=client.com vpn_user=jack server_ip=vpn-server.com ssh_user=root'
```
### Additional options: