mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 12:08:53 +00:00
3da19e5708
* Rejig of playbook to load roles from ansible-galaxy * Remove ansible-nas role and move tasks to tasks directory * Add InfluxDB/Telegraf/Grafana for monitoring & dashboards * Automatically configure InfluxDB as a datasource in Grafana * Switch to ZFS Docker driver * Add note about switching to overlay2 Docker driver if required
9 lines
No EOL
345 B
Text
9 lines
No EOL
345 B
Text
###
|
|
### VPN Credentials
|
|
###
|
|
# If you're using Transmission with a VPN, you'll need to set these credentials.
|
|
# See https://hub.docker.com/r/haugene/transmission-openvpn/ for supported VPN providers.
|
|
openvpn_username: super_secret_username
|
|
openvpn_password: super_secret_password
|
|
openvpn_provider: NORDVPN
|
|
openvpn_config: uk64.nordvpn.com.udp1194 |