Skip to content

ansible role to setup systemd service to start tun device drivers on synology nas

Notifications You must be signed in to change notification settings

rwese/wz.synology-tun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wz.synology-tun

Setup a service to load the tun modules on a synology nas to allow vpn and similar services to run.

The service will run after network-target.

Requirements

Nothing

Role Variables

Variable Name Type Purpose Default Required
synology_tun__scripts_home String location where the start/stop script should be placed /opt/synology_tun Yes
synology_tun__state String state, absent will uninstall the service present, absent No

Dependencies

Example Playbook

---
- name: Setup Tun Service
  hosts:
    - synology
  become: true
  gather_facts: true
  roles:
    - wz.synology-tun
  vars:
    synology_tun__scripts_home: "/opt/synology_tun/"
    synology_tun__state: "present"

License

MIT

Author Information

About

ansible role to setup systemd service to start tun device drivers on synology nas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published