From a2c2766ff7f7727b0e401272152703c2a302c6b6 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Sat, 8 Jul 2023 18:09:48 +0200 Subject: [PATCH] fix: Remove non-functional variable references --- ansible/vars/metacluster.yml | 86 ------------------------------------ 1 file changed, 86 deletions(-) diff --git a/ansible/vars/metacluster.yml b/ansible/vars/metacluster.yml index f028f7c..5ad7f78 100644 --- a/ansible/vars/metacluster.yml +++ b/ansible/vars/metacluster.yml @@ -35,10 +35,6 @@ platform: url: https://argoproj.github.io/argo-helm - name: authentik url: https://charts.goauthentik.io - # - name: codecentric - # url: https://codecentric.github.io/helm-charts - # - name: dex - # url: https://charts.dexidp.io - name: gitea-charts url: https://dl.gitea.io/charts/ - name: harbor @@ -125,54 +121,6 @@ components: node_template: url: https://{{ repo_username }}:{{ repo_password }}@sn.itch.fyi/Repository/rel/ubuntu-2204-kube-v1.27.1.ova - # dex: - # helm: - # version: 0.13.0 # (= Dex 2.35.3) - # chart: dex/dex - # parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /' - # chart_values: !unsafe | - # config: - # connectors: - # - type: ldap - # id: ldap - # name: "LDAP" - # config: - # host: "{{ vapp['ldap.fqdn'] }}:636" - # insecureNoSSL: false - # insecureSkipVerify: true - # bindDN: "{{ vapp['ldap.dn'] }}" - # bindPW: "{{ vapp['ldap.password'] }}" - - # usernamePrompt: "Username" - # userSearch: - # baseDN: OU=Administrators,OU=Useraccounts,DC=bessems,DC=eu - # filter: "(objectClass=person)" - # username: userPrincipalName - # idAttr: DN - # emailAttr: userPrincipalName - # nameAttr: cn - - # groupSearch: - # baseDN: OU=Roles,OU=Groups,DC=bessems,DC=eu - # filter: "(objectClass=group)" - # userMatchers: - # - userAttr: DN - # groupAttr: member - # nameAttr: cn - # enablePasswordDB: true - # issuer: https://oidc.{{ vapp['metacluster.fqdn'] }} - # storage: - # type: kubernetes - # config: - # inCluster: true - # ingress: - # enabled: true - # hosts: - # - host: oidc.{{ vapp['metacluster.fqdn'] }} - # paths: - # - path: / - # pathType: Prefix - gitea: helm: version: v7.0.2 # (= Gitea v1.18.3) @@ -245,8 +193,6 @@ components: { "appliance": { "version": "{{ appliance.version }}" }, "components": [ - { "app": "argo-cd", "version": "{{ components[argo-cd].helm.version }}" }, - { "app": "cert-manager", "version": "{{ components[cert-manager].helm.version }}" }, { "app": "cluster-api", "management": { "foo": "bar" }, "workload": { "foo": "bar" } @@ -255,38 +201,6 @@ components: "healthz": { "status": "running" } } - # keycloakx: - # helm: - # version: 2.1.1 # (= Keycloak 20.0.3) - # chart: codecentric/keycloakx - # parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /' - # chart_values: !unsafe | - # command: - # - "/opt/keycloak/bin/kc.sh" - # - "start" - # - "--http-enabled=true" - # - "--http-port=8080" - # - "--hostname-strict=false" - # - "--hostname-strict-https=false" - # extraEnv: | - # - name: KEYCLOAK_ADMIN - # value: admin - # - name: KEYCLOAK_ADMIN_PASSWORD - # value: {{ vapp['metacluster.password'] }} - # - name: KC_PROXY - # value: "passthrough" - # - name: JAVA_OPTS_APPEND - # value: >- - # -Djgroups.dns.query={% raw %}{{ include "keycloak.fullname" . }}{% endraw %}-headless - # ingress: - # enabled: true - # rules: - # - host: keycloak.{{ vapp['metacluster.fqdn'] }} - # paths: - # - path: / - # pathType: Prefix - # tls: [] - kube-prometheus-stack: helm: version: 45.2.0