From 1be87b3bb4ecb588c4258939ba1801050f71fce5 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Mon, 24 Jul 2023 12:07:32 +0200 Subject: [PATCH] Fix lint error --- tasks/main.yml | 80 +++++++++++++++++++++++++------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 09d6f4e..6b50ef5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -174,46 +174,46 @@ when: - traefik_hub_token is defined -#echo 'apiVersion: v1 -#kind: Service -#metadata: -# annotations: -## external-dns.alpha.kubernetes.io/endpoints-type: HostIP -# external-dns.alpha.kubernetes.io/hostname: traefik.ibm.reslinger.net -# external-dns.alpha.kubernetes.io/endpoints-type: NodeExternalIP -## external-dns.alpha.kubernetes.io/target: "1.2.3.4" -# name: traefik-dns -# namespace: traefik -#spec: -# clusterIP: None -# ports: -# - name: web -# port: 80 -# protocol: TCP -# targetPort: web -# - name: websecure -# port: 443 -# protocol: TCP -# targetPort: websecure -# selector: -# app.kubernetes.io/instance: traefik-traefik -# app.kubernetes.io/name: traefik' | kubectl --context kubeibm -n traefik apply -f - - -# - name: Deploy latest version of Switchboard -# kubernetes.core.helm: -# context: "{{ my_context }}" -# name: switchboard -# chart_ref: oci://ghcr.io/borchero/charts/switchboard -# release_namespace: "{{ traefik_namespace }}" -## values: "{{ lookup('template', 'traefik-helm-value.yaml.j2') | from_yaml }}" -# values: -# integrations: -## certManager: -## enabled: true -## issuer: "letsencrypt-prod" -# externalDNS: -# enabled: true -# targetIPs: [10.144.217.172] +# echo 'apiVersion: v1 +# kind: Service +# metadata: +# annotations: +# # external-dns.alpha.kubernetes.io/endpoints-type: HostIP +# external-dns.alpha.kubernetes.io/hostname: traefik.ibm.reslinger.net +# external-dns.alpha.kubernetes.io/endpoints-type: NodeExternalIP +# # external-dns.alpha.kubernetes.io/target: "1.2.3.4" +# name: traefik-dns +# namespace: traefik +# spec: +# clusterIP: None +# ports: +# - name: web +# port: 80 +# protocol: TCP +# targetPort: web +# - name: websecure +# port: 443 +# protocol: TCP +# targetPort: websecure +# selector: +# app.kubernetes.io/instance: traefik-traefik +# app.kubernetes.io/name: traefik' | kubectl --context kubeibm -n traefik apply -f - + +# - name: Deploy latest version of Switchboard +# kubernetes.core.helm: +# context: "{{ my_context }}" +# name: switchboard +# chart_ref: oci://ghcr.io/borchero/charts/switchboard +# release_namespace: "{{ traefik_namespace }}" +# # values: "{{ lookup('template', 'traefik-helm-value.yaml.j2') | from_yaml }}" +# values: +# integrations: +# # certManager: +# # enabled: true +# # issuer: "letsencrypt-prod" +# externalDNS: +# enabled: true +# targetIPs: [10.144.217.172]