We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f9962 commit 2667f5fCopy full SHA for 2667f5f
tasks/summary.yml
@@ -13,7 +13,7 @@
13
ansible.builtin.replace:
14
path: "{{ rke2_download_kubeconf_path }}/{{ rke2_download_kubeconf_file_name }}"
15
mode: '0600'
16
- regexp: '127.0.0.1'
+ regexp: '127\.0\.0\.1|\[::1\]'
17
replace: "{{ rke2_api_ip | default(hostvars[groups[rke2_servers_group_name].0].ansible_host) | ansible.utils.ipwrap }}"
18
delegate_to: localhost
19
become: false
0 commit comments