Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nekonenene/ansible-playbook-softether-vpn
- Owner: nekonenene
- Created: 2019-08-12T05:08:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T02:37:49.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T12:23:06.510Z (over 1 year ago)
- Topics: ansible, ansible-playbook, softether, vpn, vpn-server
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```