Skip to content

Commit

Permalink
Remove Traefik configuration from main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneyDazed committed Apr 3, 2024
1 parent 5b9cbec commit c97bad4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions roles/cockpit/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,3 @@ cockpit_web_url: "{{ 'https://' + (cockpit_web_subdomain + '.' + cockpit_web_dom
cockpit_dns_record: "{{ cockpit_web_subdomain }}"
cockpit_dns_zone: "{{ cockpit_web_domain }}"
cockpit_dns_proxy: "{{ dns.proxied }}"

################################
# Traefik
################################

# cockpit_traefik_sso_middleware: "{{ traefik_default_sso_middleware }}"
# cockpit_traefik_middleware_default: "{{ traefik_default_middleware }}"
# cockpit_traefik_middleware_custom: ""
# cockpit_traefik_certresolver: "{{ traefik_default_certresolver }}"
# cockpit_traefik_enabled: true
# cockpit_traefik_api_enabled: false

0 comments on commit c97bad4

Please sign in to comment.