Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miry/knife_solo_openvpn_sample
https://github.com/miry/knife_solo_openvpn_sample
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/miry/knife_solo_openvpn_sample
- Owner: miry
- Created: 2014-07-19T20:18:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-19T21:35:41.000Z (over 10 years ago)
- Last Synced: 2023-03-10T23:08:30.908Z (over 1 year ago)
- Language: Ruby
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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