Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miry/knife_solo_openvpn_sample


https://github.com/miry/knife_solo_openvpn_sample

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

Knife Solo Sample Application
=============================

It is a simple sample knife solo application to setup OpenVpn server and clients.

## Installation

### Install dependicies

Run `bundle install` to setup all required libraries.

### Setup a server node

Create a new node file in the `nodes` folder. Use the ip in the filename. Example: `nodes/127.0.0.1.json`.
The sample configuration is:

```json
{
"run_list": []
}
```

### Setup a client node

Create a new node file in the `nodes` folder. The sample configuration is:

```json
{
"run_list": []
}
```

### Deploy

```
knife solo prepare [email protected]
knife solo cook [email protected]
```

## References

- http://matschaffer.github.io/knife-solo/
- http://berkshelf.com