Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nekonenene/ansible-playbook-softether-vpn

Ansible Playbook for SoftEther VPN server
https://github.com/nekonenene/ansible-playbook-softether-vpn

ansible ansible-playbook softether vpn vpn-server

Last synced: about 7 hours ago
JSON representation

Ansible Playbook for SoftEther VPN server

Awesome Lists containing this project

README

        

# Ansible Playbook for SoftEther VPN server

see **[SoftEther VPN Project](https://www.softether.org)**

## Requirement

- [Ansible](https://www.ansible.com) (`pip3 install ansible`)

### Server requirement

- OS: Ubuntu 18.04

## Usage

1. Update `./hosts`
```
vi ./hosts
```
You should change `your-server-host` to your **[Host](http://man7.org/linux/man-pages/man5/ssh_config.5.html)**

2. Deploy
```sh
ansible-playbook -i hosts vpn.yml
```