main.yml 476 B

123456789101112131415161718192021222324
  1. ---
  2. hatarget: "keydb"
  3. # Common settings
  4. backend_balance_method: 'roundrobin' # leastconn | roundrobin
  5. # KeyDB settings
  6. redis_port: 6379
  7. # HTTP settings
  8. # frontend
  9. frontend_mode: 'http'
  10. ssl_name: 'nextcloud.test'
  11. ssl_crt_path: '/etc/ssl/private'
  12. ssl_self: true
  13. # Backend
  14. backend_mode: 'http'
  15. # Specific nextcloud settings
  16. nc_settings: true
  17. network_allowed: '192.168.56.0/24'
  18. # List of backend servers.
  19. haproxy_backend_servers:
  20. - { name: 'web', ip: '192.168.56.88:8000' }