mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
Update and rename transmission.yml to transmission-vpn.yml
Adding '-vpn' to role to avoid confusion. Added DNS servers. Setting OpenVPN config to 'default'.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# FACTS #######################################################################
|
||||
- name: 'Set Known Facts'
|
||||
set_fact:
|
||||
pgrole: 'transmission'
|
||||
pgrole: 'transmission-vpn'
|
||||
pgrole2: 'transmission-rss'
|
||||
intport: '9091'
|
||||
extport: '9091'
|
||||
@@ -63,7 +63,7 @@
|
||||
PUID: '1000'
|
||||
PGID: '1000'
|
||||
OPENVPN_PROVIDER: 'see available configs at https://git.io/fpCSF'
|
||||
OPENVPN_CONFIG: 'see available configs at https://git.io/fpCSF'
|
||||
OPENVPN_CONFIG: 'default'
|
||||
OPENVPN_USERNAME: 'vpnuser'
|
||||
OPENVPN_PASSWORD: 'vpnpass'
|
||||
OPENVPN_OPTS: '--inactive 3600 --ping 10 --ping-exit 60'
|
||||
@@ -103,6 +103,11 @@
|
||||
restart_policy: unless-stopped
|
||||
devices:
|
||||
- '/dev/net/tun:/dev/net/tun:rwm'
|
||||
dns_servers:
|
||||
- 1.1.1.1
|
||||
- 84.200.69.80
|
||||
- 45.33.97.5
|
||||
- 208.67.222.222
|
||||
capabilities:
|
||||
- NET_ADMIN
|
||||
networks:
|
||||
Reference in New Issue
Block a user