mirror of
https://github.com/KevinMidboe/schleppe-ha-project.git
synced 2026-01-28 03:15:39 +00:00
traefik routes cacheable content to varnish.
Web & varnish IP addresses generated to group vars from pulumi state
This commit is contained in:
@@ -1,12 +1,21 @@
|
||||
haproxy_traefik_ip:
|
||||
- "10.24.1.1"
|
||||
- "10.25.0.4"
|
||||
haproxy_traefik_port: 80
|
||||
haproxy_varnish_port: 80
|
||||
haproxy_cookie_value: "{{ inventory_hostname | default('server-1') }}"
|
||||
haproxy_dynamic_cookie_key: "mysecretphrase"
|
||||
haproxy_stats_auth: "admin:strongpassword"
|
||||
haproxy_certs_dir: "/etc/haproxy/certs"
|
||||
|
||||
certbot_cloudflare_secrets_dir: "/root/.secrets/certbot"
|
||||
certbot_cloudflare_ini_path: "/root/.secrets/certbot/cloudflare.ini"
|
||||
certbot_cloudflare_api_token: "REPLACE_WITH_REAL_TOKEN"
|
||||
haproxy_varnish_ip:
|
||||
- 10.24.2.1
|
||||
- 10.24.2.2
|
||||
- 10.25.2.1
|
||||
- 10.25.2.2
|
||||
haproxy_traefik_ip:
|
||||
- 10.24.3.6
|
||||
- 10.24.3.3
|
||||
- 10.25.3.4
|
||||
certbot_cloudflare_domains:
|
||||
- k9e.no
|
||||
- planetposen.no
|
||||
- whoami.schleppe.cloud
|
||||
|
||||
Reference in New Issue
Block a user