|
|
@ -67,15 +67,18 @@ wireguard_interface_restart: false
|
|
|
|
# If not set, a new one is generated on a blank configuration.
|
|
|
|
# If not set, a new one is generated on a blank configuration.
|
|
|
|
# wireguard_private_key:
|
|
|
|
# wireguard_private_key:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Set to "false" if package cache should not be updated (only relevant if
|
|
|
|
|
|
|
|
# the package manager in question supports this option)
|
|
|
|
|
|
|
|
wireguard_update_cache: "true"
|
|
|
|
|
|
|
|
|
|
|
|
#######################################
|
|
|
|
#######################################
|
|
|
|
# Settings only relevant for:
|
|
|
|
# Settings only relevant for:
|
|
|
|
# - Ubuntu
|
|
|
|
# - Ubuntu
|
|
|
|
# - elementary OS
|
|
|
|
# - elementary OS
|
|
|
|
#######################################
|
|
|
|
#######################################
|
|
|
|
|
|
|
|
|
|
|
|
# Set to "false" if package cache should not be updated
|
|
|
|
# DEPRECATED: Please use "wireguard_update_cache" instead.
|
|
|
|
wireguard_update_cache: "true"
|
|
|
|
# Set to "false" if package cache should not be updated.
|
|
|
|
# DEPRECATED: This variable will be removed with the next major release. Please use "wireguard_update_cache" instead.
|
|
|
|
|
|
|
|
wireguard_ubuntu_update_cache: "{{ wireguard_update_cache }}"
|
|
|
|
wireguard_ubuntu_update_cache: "{{ wireguard_update_cache }}"
|
|
|
|
|
|
|
|
|
|
|
|
# Set package cache valid time
|
|
|
|
# Set package cache valid time
|
|
|
|