main.yml 410 B

123456789101112131415161718
  1. ---
  2. # Frontend settings.
  3. frontend_mode: 'http'
  4. ssl_name: 'nextcloud.test'
  5. ssl_crt_path: '/etc/ssl/private'
  6. ssl_self: true
  7. # Backend settings.
  8. backend_mode: 'http'
  9. backend_balance_method: 'roundrobin' # leastconn | roundrobin
  10. # Specific nextcloud settings.
  11. nc_settings: true
  12. network_allowed: '192.168.56.0/24'
  13. # List of backend servers.
  14. haproxy_backend_servers:
  15. - { name: 'web', ip: '192.168.56.14:8000' }