From: alex Date: Sat, 1 Jul 2023 09:33:41 +0000 (+0200) Subject: Remove trailing whitespace X-Git-Tag: 20240214-emacs~324 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=9caa0b9e85e8f6dfc6ec599a4036ef071ba6aca9;p=alex.git Remove trailing whitespace --- diff --git a/personal_infra/playbooks/roles/talos/README.md b/personal_infra/playbooks/roles/talos/README.md index b60cae0..4ef4e8d 100644 --- a/personal_infra/playbooks/roles/talos/README.md +++ b/personal_infra/playbooks/roles/talos/README.md @@ -47,7 +47,7 @@ With the above configuration, the role will: Until Talos includes https://github.com/siderolabs/talos/pull/5897 , [the playbook fishes the IP from the dnsmasq Proxmox instance](tasks/proxmox.yml#L13) by using [this script](files/get-ip). * Sets up Talos. * Fetches the kubeconfig. -* Deploys kustomizations in `k8s/base`. +* Deploys kustomizations in `k8s/base`. See [my kustomizations](../../../k8s/base/). ## Updates diff --git a/personal_infra/puppet/site/h1.pdp7.net.pp b/personal_infra/puppet/site/h1.pdp7.net.pp index d1d1572..8d70cba 100644 --- a/personal_infra/puppet/site/h1.pdp7.net.pp +++ b/personal_infra/puppet/site/h1.pdp7.net.pp @@ -39,4 +39,8 @@ node 'h1.pdp7.net' { target => 'https://ipsilon-test.h1.int.pdp7.net/', overwrite_rh_certs => 'ipsilon-test.h1.int.pdp7.net', } + + proxmox::proxy_host {'weight-test.pdp7.net': + target => 'https://k8s-test.h1.int.pdp7.net/', + } }