https://github.com/miry/knife_solo_openvpn_sample
https://github.com/miry/knife_solo_openvpn_sample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/miry/knife_solo_openvpn_sample
- Owner: miry
- Created: 2014-07-19T20:18:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-19T21:35:41.000Z (almost 12 years ago)
- Last Synced: 2023-03-10T23:08:30.908Z (over 3 years 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 root@10.0.0.201
knife solo cook root@10.0.0.201
```
## References
- http://matschaffer.github.io/knife-solo/
- http://berkshelf.com