Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
355 B

  1. # Whether dynamic dns is enabled
  2. matrix_dynamic_dns_enabled: true
  3. # Allowed values: 'daemon', 'dhcp'
  4. matrix_dynamic_dns_mode: 'dhcp'
  5. # The DNS provider domain
  6. matrix_dynamic_dns_provider: 'domains.google.com'
  7. # The dynamic dns protocol
  8. matrix_dynamic_dns_protocol: 'dyndns2'
  9. # The dynamic dns daemon interval
  10. matrix_dynamic_dns_daemon_interval: '300'