*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit bed8f81d authored by entlein's avatar entlein
Browse files

pushing the change directly to the git repo,rather than in the submodule, maybe itll trigger it now

parent e3f6f8a9
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -19,7 +19,7 @@
dest: kubeconfig.yaml
flat: yes
- name: replace endpoint in kubeconfig
- name: replace endpoint in kubeconfig NEW
delegate_to: localhost
become: false
ansible.builtin.replace:
......@@ -27,17 +27,17 @@
regexp: '^(\s+server: ).*'
replace: '\1https://{{ lb_ip_mgmt }}:6443'
- name: fetch kubeconfig from master and copy it
ansible.builtin.fetch:
src: /etc/rancher/rke2/rke2.yaml
dest: kubeconfigext.yaml
flat: yes
#- name: fetch kubeconfig from master and copy it
# ansible.builtin.fetch:
# src: /etc/rancher/rke2/rke2.yaml
# dest: kubeconfigext.yaml
# flat: yes
- name: replace endpoint in external kubeconfig
delegate_to: localhost
become: false
ansible.builtin.replace:
path: kubeconfigext.yaml
regexp: '^(\s+server: ).*'
replace: '\1https://rancher.{{ domain }}:6443'
#- name: replace endpoint in external kubeconfig
# delegate_to: localhost
# become: false
# ansible.builtin.replace:
# path: kubeconfigext.yaml
# regexp: '^(\s+server: ).*'
# replace: '\1https://rancher.{{ domain }}:6443'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment