Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Jun 6, 2024
1 parent bcd79ec commit 3dcf491
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions ansible/roles/home_jasonernst_com/transmission/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,37 +26,4 @@
NORDVPN_COUNTRY:=US
NORDVPN_CATEGORY=P2P
LOCAL_NETWORK=10.0.0.0/24
HEALTH_CHECK_HOST=8.8.8.8
# runs transmission behind nordvpn
#- name: Deploy Transmission
# tags: transmission
# vars:
# ansible_python_interpreter: "/usr/bin/env python3-docker"
# community.docker.docker_container:
# name: transmission
# image: haugene/transmission-openvpn:latest
# pull: true
# volumes: /storage/downloads:/data
# devices:
# - /dev/net/tun
# capabilities:
# - NET_ADMIN
# env:
# TRANSMISSION_WEB_UI: "transmission-web-control"
# PUID: "1000"
# PGID: "1000"
# OPENVPN_PROVIDER: NORDVPN
# NORDVPN_PROTOCOL: udp
# OPENVPN_USERNAME: "{{ nordvpn_user }}"
# OPENVPN_PASSWORD: "{{ nordvpn_password }}"
# NORDVPN_COUNTRY: US
# NORDVPN_CATEGORY: P2P
# LOCAL_NETWORK: 10.0.0.0/24
# HEALTH_CHECK_HOST: 8.8.8.8
# OPENVPN_OPTS: ""
# TZ: America/Los_Angeles
# restart_policy: unless-stopped
# published_ports: 9091:9091
# ports:
# - "9091:9091"
HEALTH_CHECK_HOST=8.8.8.8

0 comments on commit 3dcf491

Please sign in to comment.