Added role for dynamic dns

This commit is contained in:
Scott Crossen
2020-10-13 16:18:38 -07:00
parent 5abd511368
commit 1f988969a5
15 changed files with 222 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Whether dynamic dns is enabled
matrix_dynamic_dns_enabled: true
# Allowed values: 'daemon', 'dhcp'
matrix_dynamic_dns_mode: 'dhcp'
# The DNS provider domain
matrix_dynamic_dns_provider: 'domains.google.com'
# The dynamic dns protocol
matrix_dynamic_dns_protocol: 'dyndns2'
# The dynamic dns daemon interval
matrix_dynamic_dns_daemon_interval: '300'